|
2 | 2 | author: Blackmist
|
3 | 3 | ms.service: azure-machine-learning
|
4 | 4 | ms.topic: include
|
5 |
| -ms.date: 04/22/2023 |
| 5 | +ms.date: 01/02/2025 |
6 | 6 | ms.author: larryfr
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | | Property | Description |
|
10 | 10 | |:--- |:--- |
|
11 |
| -| Method | The requested method from client. |
12 |
| -| Path | The requested path from client. |
13 |
| -| SubscriptionId | The machine learning subscription ID of the online endpoint. |
14 |
| -| AzureMLWorkspaceId | The machine learning workspace ID of the online endpoint. |
15 |
| -| AzureMLWorkspaceName | The machine learning workspace name of the online endpoint. |
16 |
| -| EndpointName | The name of the online endpoint. |
17 |
| -| DeploymentName | The name of the online deployment. |
18 |
| -| Protocol | The protocol of the request. |
19 |
| -| ResponseCode | The final response code returned to the client. |
20 |
| -| ResponseCodeReason | The final response code reason returned to the client. |
21 |
| -| ModelStatusCode | The response status code from model. |
22 |
| -| ModelStatusReason | The response status reason from model. |
23 |
| -| RequestPayloadSize | The total bytes received from the client. |
24 |
| -| ResponsePayloadSize | The total bytes sent back to the client. |
25 |
| -| UserAgent | The user-agent header of the request, including comments but truncated to a max of 70 characters. |
26 |
| -| XRequestId | The request ID generated by Azure Machine Learning for internal tracing. |
27 |
| -| XMSClientRequestId | The tracking ID generated by the client. |
28 |
| -| TotalDurationMs | Duration in milliseconds from the request start time to the last response byte sent back to the client. If the client disconnected, it measures from the start time to client disconnect time. |
29 |
| -| RequestDurationMs | Duration in milliseconds from the request start time to the last byte of the request received from the client. |
30 |
| -| ResponseDurationMs | Duration in milliseconds from the request start time to the first response byte read from the model. |
31 |
| -| RequestThrottlingDelayMs | Delay in milliseconds in request data transfer due to network throttling. |
32 |
| -| ResponseThrottlingDelayMs | Delay in milliseconds in response data transfer due to network throttling. |
| 11 | +| Method | The method that the client requests. | |
| 12 | +| Path | The path that the client requests. | |
| 13 | +| SubscriptionId | The machine learning subscription ID of the online endpoint. | |
| 14 | +| AzureMLWorkspaceId | The machine learning workspace ID of the online endpoint. | |
| 15 | +| AzureMLWorkspaceName | The machine learning workspace name of the online endpoint. | |
| 16 | +| EndpointName | The name of the online endpoint. | |
| 17 | +| DeploymentName | The name of the online deployment. | |
| 18 | +| Protocol | The protocol of the request. | |
| 19 | +| ResponseCode | The final response code that's returned to the client. | |
| 20 | +| ResponseCodeReason | The final response code reason that's returned to the client. | |
| 21 | +| ModelStatusCode | The response status code from the model. | |
| 22 | +| ModelStatusReason | The response status reason from the model. | |
| 23 | +| RequestPayloadSize | The total bytes received from the client. | |
| 24 | +| ResponsePayloadSize | The total bytes sent back to the client. | |
| 25 | +| UserAgent | The user-agent header of the request, including comments but truncated to a maximum of 70 characters. | |
| 26 | +| XRequestId | The request ID that Azure Machine Learning generates for internal tracing. | |
| 27 | +| XMSClientRequestId | The tracking ID that the client generates. | |
| 28 | +| TotalDurationMs | The duration in milliseconds from the request start time to the time the last response byte is sent back to the client. If the client disconnects, the duration is taken from the start time to the client disconnect time. | |
| 29 | +| RequestDurationMs | The duration in milliseconds from the request start time to the time the last byte of the request is received from the client. | |
| 30 | +| ResponseDurationMs | The duration in milliseconds from the request start time to the time the first response byte is read from the model. | |
| 31 | +| RequestThrottlingDelayMs | The delay in milliseconds in the request data transfer due to network throttling. | |
| 32 | +| ResponseThrottlingDelayMs | The delay in milliseconds in the response data transfer due to network throttling. | |
0 commit comments