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
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Hi,
Can you help me out in this ?
In operationalisation.py notebook This code:
model = Model.register(model_path = "model.pkl",
model_name = "model.pkl",
tags = ["pdm"],
description = "Predictive Maintenance multi-class classifier",
workspace = ws)
Giving this exception:
Exception: Received bad response from Model Management Service:
Response Code: 400
Headers: {'Date': 'Fri, 21 Sep 2018 10:32:51 GMT', 'Connection': 'keep-alive', 'api-supported-versions': '2018-03-01-preview', 'Content-Type': 'application/json', 'x-ms-client-session-id': '', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains; preload', 'x-ms-client-request-id': '79ccef073517408a915e1f260c9b3667', 'Transfer-Encoding': 'chunked'}
Content: b'{"code":"BadRequest","statusCode":400,"message":"The request is invalid","details":[{"code":"EmptyOrInvalidPayload","message":"The request payload was either empty or invalid. Try again with a well-formed payload."}]}'
Thanks,
Nikhil
The text was updated successfully, but these errors were encountered:
Hi,
Can you help me out in this ?
In operationalisation.py notebook
This code:
model = Model.register(model_path = "model.pkl",
model_name = "model.pkl",
tags = ["pdm"],
description = "Predictive Maintenance multi-class classifier",
workspace = ws)
Giving this exception:
Exception: Received bad response from Model Management Service:
Response Code: 400
Headers: {'Date': 'Fri, 21 Sep 2018 10:32:51 GMT', 'Connection': 'keep-alive', 'api-supported-versions': '2018-03-01-preview', 'Content-Type': 'application/json', 'x-ms-client-session-id': '', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains; preload', 'x-ms-client-request-id': '79ccef073517408a915e1f260c9b3667', 'Transfer-Encoding': 'chunked'}
Content: b'{"code":"BadRequest","statusCode":400,"message":"The request is invalid","details":[{"code":"EmptyOrInvalidPayload","message":"The request payload was either empty or invalid. Try again with a well-formed payload."}]}'
Thanks,
Nikhil
The text was updated successfully, but these errors were encountered: