20. AWS Sagemaker Autopilot and Endpoint CSV request from Notebook

preview_player
Показать описание
AWS Sagemaker Autopilot and Endpoint CSV request from Notebook. Binary classification model with low amount of data.
Рекомендации по теме
Комментарии
Автор



The result in Cloudwatch:
{
"StartTime": 1643127314.8091464,
"EndTime": 1643127314.8367913,
"Dimensions": {},
"Metrics": {
"invocations": {
"sum": 1,
"count": 1,
"min": 1,
"max": 1
}
}
}
{"StartTime": 1643127314.8091464, "EndTime": 1643127314.8367913, "Dimensions": {}, "Metrics": {"invocations": {"sum": 1.0, "count": 1, "min": 1, "max":

Copy
2022-01-25 16:15:14, 795 INFO - root - Shape of the requested data: '(2, 20)'
2022-01-25 16:15:14, 795 INFO - root - Shape of the requested data: '(2,

Copy
10.32.0.4 - - [25/Jan/2022:16:15:14 +0000] "POST /invocations HTTP/1.1" 200 440 "-" "AHC/2.0"
10.32.0.4 - - [25/Jan/2022:16:15:14 +0000] "POST /invocations HTTP/1.1" 200 440 "-"

Copy
2022-01-25 16:15:14, 840 INFO - root - Shape of the requested data: '(2, 1)'
2022-01-25 16:15:14, 840 INFO - root - Shape of the requested data: '(2,

- - [25/Jan/2022:16:15:14 +0000] "POST /invocations HTTP/1.1" 200 4 "-"

- - [25/Jan/2022:16:15:17 +0000] "GET /ping HTTP/1.1" 200 0 "-"

- - [25/Jan/2022:16:15:17 +0000] "GET /ping HTTP/1.1" 200 0 "-"

andreykulikov