-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I have created deployed xgboost framework service, i was able to hit the endpoint with sagemaker runtime session, Now i have updated the xgboost endpoint to capture the i/o data, and created base line and Scheduled monitor job. After that i have invoked the service but monitoring execution summaries is empty, an i have not seen any s3 bucket also.
To reproduce
1.Create xgboost framework deployment.
2.updated endpoint with data capture logs
3.Create base line
4.schedule monitor job
5.invoke the endpoint
Expected behavior
I should get monitoring results
Screenshots or logs
{'MonitoringScheduleSummaries': [{'CreationTime': datetime.datetime(2020, 9, 16, 11, 41, 56, 284000, tzinfo=tzlocal()),
'EndpointName': 'demo-xgboost-destination-prediction-2020-09-16-11-17-58',
'LastModifiedTime': datetime.datetime(2020, 9, 16, 11, 41, 59, 295000, tzinfo=tzlocal()),
'MonitoringScheduleArn': 'arn:aws:sagemaker:us-west-2:990360540682:monitoring-schedule/xgboost-dest-prediction-model-monitor-2020-09-16-11-41-56',
'MonitoringScheduleName': 'xgboost-dest-prediction-model-monitor-2020-09-16-11-41-56',
'MonitoringScheduleStatus': 'Scheduled'}],
'ResponseMetadata': {'HTTPHeaders': {'content-length': '445',
'content-type': 'application/x-amz-json-1.1',
'date': 'Wed, 16 Sep 2020 12:18:44 GMT',
'x-amzn-requestid': 'a2f5fcb4-a12c-481d-88a4-ff9dbeb5bbd2'},
'HTTPStatusCode': 200,
'RequestId': 'a2f5fcb4-a12c-481d-88a4-ff9dbeb5bbd2',
'RetryAttempts': 0}}
results
{'MonitoringExecutionSummaries': [],
'ResponseMetadata': {'RequestId': '43e86dab-c257-49ce-9f1b-09d2f6ea4463',
'HTTPStatusCode': 200,
'HTTPHeaders': {'x-amzn-requestid': '43e86dab-c257-49ce-9f1b-09d2f6ea4463',
'content-type': 'application/x-amz-json-1.1',
'content-length': '35',
'date': 'Wed, 16 Sep 2020 12:19:23 GMT'},
'RetryAttempts': 0}}
System information
A description of your system. Please provide:
- SageMaker Python SDK version: 2.6
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): xgboost frame work
- Framework version: 0.90-2
- Python version: 3.8
- CPU or GPU: CPU
- Custom Docker image (Y/N): N