Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def get_token(self, *args):
return self.token


@pytest.mark.skip("No active endpoints yet")

class AsyncTextAnalyticsTest(TextAnalyticsTest):

def generate_oauth_token(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ interactions:
"keyPhraseExtractionTasks": [], "entityLinkingTasks": [], "sentimentAnalysisTasks":
[], "extractiveSummarizationTasks": [{"parameters": {"model-version": "latest",
"loggingOptOut": false, "stringIndexType": "UnicodeCodePoint", "sentenceCount":
3, "sortBy": "Offset"}}]}, "analysisInput": {"documents": [{"id": "1", "text":
"The government of British Prime Minster Theresa May has been plunged into turmoil
with the resignation of two senior Cabinet ministers in a deep split over her
Brexit strategy. The Foreign Secretary Boris Johnson, quit on Monday, hours
after the resignation late on Sunday night of the minister in charge of Brexit
negotiations, David Davis. Their decision to leave the government came three
days after May appeared to have agreed a deal with herfractured Cabinet on the
UK''s post Brexit relationship with the EU. That plan is now in tatters and
her political future appears uncertain. May appeared in Parliament on Monday
3, "sortBy": "Offset"}}], "customEntityRecognitionTasks": [], "customSingleClassificationTasks":
[], "customMultiClassificationTasks": []}, "analysisInput": {"documents": [{"id":
"1", "text": "The government of British Prime Minster Theresa May has been plunged
into turmoil with the resignation of two senior Cabinet ministers in a deep
split over her Brexit strategy. The Foreign Secretary Boris Johnson, quit on
Monday, hours after the resignation late on Sunday night of the minister in
charge of Brexit negotiations, David Davis. Their decision to leave the government
came three days after May appeared to have agreed a deal with herfractured Cabinet
on the UK''s post Brexit relationship with the EU. That plan is now in tatters
and her political future appears uncertain. May appeared in Parliament on Monday
afternoon to defend her plan, minutes after Downing Street confirmed the departure
of Johnson. May acknowledged the splits in her statement to MPs, saying of the
ministers who quit: We do not agree about the best way of delivering our shared
Expand All @@ -36,31 +37,31 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '2138'
- '2251'
Content-Type:
- application/json
User-Agent:
- azsdk-python-ai-textanalytics/5.2.0b1 Python/3.9.0 (Windows-10-10.0.19041-SP0)
- azsdk-python-ai-textanalytics/5.2.0b2 Python/3.9.0 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.1/analyze
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze
response:
body:
string: ''
headers:
apim-request-id:
- 9b8cecd9-2fcf-4ed5-a163-687ce277cfe4
- e9ef2c41-3b29-4ebb-8f18-9f48dcbd76fa
date:
- Mon, 02 Aug 2021 21:28:42 GMT
- Wed, 06 Oct 2021 20:47:05 GMT
operation-location:
- https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.1/analyze/jobs/3272e64e-64b0-4a07-97aa-e91c225d05a2
- https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze/jobs/f85d481c-2ee1-4071-b446-cc229f729ae9
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-content-type-options:
- nosniff
x-envoy-upstream-service-time:
- '1408'
- '1120'
status:
code: 202
message: Accepted
Expand All @@ -74,27 +75,27 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-ai-textanalytics/5.2.0b1 Python/3.9.0 (Windows-10-10.0.19041-SP0)
- azsdk-python-ai-textanalytics/5.2.0b2 Python/3.9.0 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.1/analyze/jobs/3272e64e-64b0-4a07-97aa-e91c225d05a2?showStats=True
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze/jobs/f85d481c-2ee1-4071-b446-cc229f729ae9?showStats=True
response:
body:
string: '{"jobId":"3272e64e-64b0-4a07-97aa-e91c225d05a2","lastUpdateDateTime":"2021-08-02T21:28:44Z","createdDateTime":"2021-08-02T21:28:42Z","expirationDateTime":"2021-08-03T21:28:42Z","status":"running","errors":[],"displayName":"NA","tasks":{"completed":0,"failed":0,"inProgress":1,"total":1}}'
string: '{"jobId":"f85d481c-2ee1-4071-b446-cc229f729ae9","lastUpdateDateTime":"2021-10-06T20:47:06Z","createdDateTime":"2021-10-06T20:47:05Z","expirationDateTime":"2021-10-07T20:47:05Z","status":"running","errors":[],"displayName":"NA","tasks":{"completed":0,"failed":0,"inProgress":1,"total":1}}'
headers:
apim-request-id:
- 9d6fb934-5c44-4f32-be3e-37d47e3dcbdb
- 225692cc-fce4-4284-8334-a5bf78aa5234
content-type:
- application/json; charset=utf-8
date:
- Mon, 02 Aug 2021 21:28:49 GMT
- Wed, 06 Oct 2021 20:47:10 GMT
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-content-type-options:
- nosniff
x-envoy-upstream-service-time:
- '655'
- '639'
status:
code: 200
message: OK
Expand All @@ -108,27 +109,27 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-ai-textanalytics/5.2.0b1 Python/3.9.0 (Windows-10-10.0.19041-SP0)
- azsdk-python-ai-textanalytics/5.2.0b2 Python/3.9.0 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.1/analyze/jobs/3272e64e-64b0-4a07-97aa-e91c225d05a2?showStats=True
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze/jobs/f85d481c-2ee1-4071-b446-cc229f729ae9?showStats=True
response:
body:
string: '{"jobId":"3272e64e-64b0-4a07-97aa-e91c225d05a2","lastUpdateDateTime":"2021-08-02T21:28:44Z","createdDateTime":"2021-08-02T21:28:42Z","expirationDateTime":"2021-08-03T21:28:42Z","status":"running","errors":[],"displayName":"NA","tasks":{"completed":0,"failed":0,"inProgress":1,"total":1}}'
string: '{"jobId":"f85d481c-2ee1-4071-b446-cc229f729ae9","lastUpdateDateTime":"2021-10-06T20:47:06Z","createdDateTime":"2021-10-06T20:47:05Z","expirationDateTime":"2021-10-07T20:47:05Z","status":"running","errors":[],"displayName":"NA","tasks":{"completed":0,"failed":0,"inProgress":1,"total":1}}'
headers:
apim-request-id:
- 86933a07-0e1a-4624-a96f-5d467504d7b1
- dd5796a6-9113-44af-b0fb-274134e0c7c8
content-type:
- application/json; charset=utf-8
date:
- Mon, 02 Aug 2021 21:28:54 GMT
- Wed, 06 Oct 2021 20:47:15 GMT
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-content-type-options:
- nosniff
x-envoy-upstream-service-time:
- '82'
- '69'
status:
code: 200
message: OK
Expand All @@ -142,37 +143,71 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-ai-textanalytics/5.2.0b1 Python/3.9.0 (Windows-10-10.0.19041-SP0)
- azsdk-python-ai-textanalytics/5.2.0b2 Python/3.9.0 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.1/analyze/jobs/3272e64e-64b0-4a07-97aa-e91c225d05a2?showStats=True
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze/jobs/f85d481c-2ee1-4071-b446-cc229f729ae9?showStats=True
response:
body:
string: '{"jobId":"3272e64e-64b0-4a07-97aa-e91c225d05a2","lastUpdateDateTime":"2021-08-02T21:28:56Z","createdDateTime":"2021-08-02T21:28:42Z","expirationDateTime":"2021-08-03T21:28:42Z","status":"succeeded","errors":[],"displayName":"NA","tasks":{"completed":1,"failed":0,"inProgress":0,"total":1,"extractiveSummarizationTasks":[{"lastUpdateDateTime":"2021-08-02T21:28:56.8777397Z","taskName":"ExtractiveSummarization_latest","state":"succeeded","results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","statistics":{"charactersCount":1625,"transactionsCount":2},"sentences":[{"text":"The
string: '{"jobId":"f85d481c-2ee1-4071-b446-cc229f729ae9","lastUpdateDateTime":"2021-10-06T20:47:06Z","createdDateTime":"2021-10-06T20:47:05Z","expirationDateTime":"2021-10-07T20:47:05Z","status":"running","errors":[],"displayName":"NA","tasks":{"completed":0,"failed":0,"inProgress":1,"total":1}}'
headers:
apim-request-id:
- e475e599-341d-4fab-8ca2-acfd80926a8f
content-type:
- application/json; charset=utf-8
date:
- Wed, 06 Oct 2021 20:47:20 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.2.0b2 Python/3.9.0 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.2-preview.2/analyze/jobs/f85d481c-2ee1-4071-b446-cc229f729ae9?showStats=True
response:
body:
string: '{"jobId":"f85d481c-2ee1-4071-b446-cc229f729ae9","lastUpdateDateTime":"2021-10-06T20:47:25Z","createdDateTime":"2021-10-06T20:47:05Z","expirationDateTime":"2021-10-07T20:47:05Z","status":"succeeded","errors":[],"displayName":"NA","tasks":{"completed":1,"failed":0,"inProgress":0,"total":1,"extractiveSummarizationTasks":[{"lastUpdateDateTime":"2021-10-06T20:47:25.0875246Z","state":"succeeded","results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","statistics":{"charactersCount":1625,"transactionsCount":2},"sentences":[{"text":"The
government of British Prime Minster Theresa May has been plunged into turmoil
with the resignation of two senior Cabinet ministers in a deep split over
her Brexit strategy.","rankScore":1.0,"offset":0,"length":176},{"text":"The
her Brexit strategy.","rankScore":0.57,"offset":0,"length":176},{"text":"The
Foreign Secretary Boris Johnson, quit on Monday, hours after the resignation
late on Sunday night of the minister in charge of Brexit negotiations, David
Davis.","rankScore":0.9711179434493907,"offset":177,"length":164},{"text":"Their
decision to leave the government came three days after May appeared to have
agreed a deal with herfractured Cabinet on the UK''s post Brexit relationship
with the EU.","rankScore":0.9103508917712292,"offset":342,"length":171}],"warnings":[]},{"id":"2","statistics":{"charactersCount":49,"transactionsCount":1},"sentences":[{"text":"Microsoft
Davis.","rankScore":1.0,"offset":177,"length":164},{"text":"Their decision
to leave the government came three days after May appeared to have agreed
a deal with herfractured Cabinet on the UK''s post Brexit relationship with
the EU.","rankScore":0.47,"offset":342,"length":171}],"warnings":[]},{"id":"2","statistics":{"charactersCount":49,"transactionsCount":1},"sentences":[{"text":"Microsoft
fue fundado por Bill Gates y Paul Allen","rankScore":1.0,"offset":0,"length":49}],"warnings":[]}],"errors":[],"modelVersion":"2021-08-01"}}]}}'
headers:
apim-request-id:
- 557d8a8f-47e5-4e06-8e0c-fe1fc99ec680
- f3037ec6-4a1b-4853-9318-53ebdaf0950e
content-type:
- application/json; charset=utf-8
date:
- Mon, 02 Aug 2021 21:29:00 GMT
- Wed, 06 Oct 2021 20:47:26 GMT
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-content-type-options:
- nosniff
x-envoy-upstream-service-time:
- '165'
- '99'
status:
code: 200
message: OK
Expand Down
Loading