You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,7 +102,7 @@ You can also create custom alerts to notify you of important status updates to y
102
102
103
103
There are three logs that can be enabled for online endpoints:
104
104
105
-
***AMLOnlineEndpointTrafficLog**: You could choose to enable traffic logs if you want to check the information of your request. Below are some cases:
105
+
***AMLOnlineEndpointTrafficLog** (preview): You could choose to enable traffic logs if you want to check the information of your request. Below are some cases:
106
106
107
107
* If the response isn't 200, check the value of the column “ResponseCodeReason” to see what happened. Also check the reason in the "HTTPS status codes" section of the [Troubleshoot online endpoints](how-to-troubleshoot-online-endpoints.md#http-status-codes) article.
108
108
@@ -122,7 +122,7 @@ There are three logs that can be enabled for online endpoints:
122
122
123
123
* You may also use this log for performance analysis in determining the time required by the model to process each request.
124
124
125
-
***AMLOnlineEndpointEventLog**: Contains event information regarding the container’s life cycle. Currently, we provide information on the following types of events:
125
+
***AMLOnlineEndpointEventLog** (preview): Contains event information regarding the container’s life cycle. Currently, we provide information on the following types of events:
126
126
127
127
| Name | Message |
128
128
| ----- | ----- |
@@ -174,7 +174,7 @@ You can find example queries on the __Queries__ tab while viewing logs. Search f
174
174
175
175
The following tables provide details on the data stored in each log:
176
176
177
-
**AMLOnlineEndpointTrafficLog**
177
+
**AMLOnlineEndpointTrafficLog** (preview)
178
178
179
179
| Field name | Description |
180
180
| ---- | ---- |
@@ -211,7 +211,7 @@ The following tables provide details on the data stored in each log:
211
211
| ContainerName | The name of the container where the log was generated.
0 commit comments