-
Notifications
You must be signed in to change notification settings - Fork 1.2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
MonitoringExecutionSummaries list empty after the endpoint envocation #1896
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
now i can see cloud watch logs on hourly interval but i got below error
|
@tiru1930 could you provide the code you used to produce this error here? |
@icywang86rui Here is code
|
I have noticed that when the endpoint was deployed the
|
Yes I did
…On Sat, 19 Sep 2020, 02:52 icywang86rui, ***@***.***> wrote:
I have noticed that when the endpoint was deployed the csv_content_types
is not specified in your DataCaptureConfig. Have you tried adding it?
xgb_predictor = framework_xgb.deploy(initial_instance_count=1,
instance_type='ml.m4.xlarge',
endpoint_name=endpoint_name,
data_capture_config=DataCaptureConfig(enable_capture=True,
sampling_percentage=100,
destination_s3_uri='s3://{}/{}'.format(bucket, data_capture_prefix)
)
)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1896 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5FIV7KN4OPGKI5IZ7FWL3SGPFRFANCNFSM4RO2BOFA>
.
|
I see that you have configured DataCaptureConfig but csv_content_types is missing here. |
@tiru1930 , Did you have any progress here ? |
no luck , @
lsabreu96
…On Thu, Jan 21, 2021 at 6:50 PM lsabreu96 ***@***.***> wrote:
@tiru1930 <https://github.com/tiru1930> , Did you have any progress here ?
I'm having the same issue, but my error says that the encodingInput is
JSON and the encoding Output is CSV. I've tried setting csv_content_types
for both text/csv and for application/json, but none worked.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1896 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5FIV6Y6CQGGSR3NS7VK7TS3AS3TANCNFSM4RO2BOFA>
.
|
@tiru1930 , sorry for bothering you again, but I couldn't find anywhere in our code, but did you change somehow how XGBoost is returning your data ? |
@icywang86rui , could you help us out here, please ? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
results
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: