We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b48c19 + 59f512f commit b4bdf71Copy full SHA for b4bdf71
articles/cognitive-services/containers/container-faq.yml
@@ -109,17 +109,20 @@ sections:
109
110
111
```json
112
- "usageRequestBody": {
113
- "id": "customer_subscriptionID",
+ {
+ "SubscriptionId": "Customer subscription ID",
114
"apiType": "textanalytics",
115
+ "id": "billing id",
116
"containerType": "keyphrase",
117
"containerVersion": "1.1.00864.0001",
118
"containerId": "dep--keyphrase-",
119
"meter": {
120
"name": "CognitiveServices.TextAnalytics.Container.BatchScoring",
121
"quantity": 10.0
- }
122
- ```
+ },
123
+ "RequestTime": "The time at which the billing record was created"
124
+ }
125
+ ```
126
127
- question: What is the current support warranty for containers?
128
answer: |
0 commit comments