POST /predict- Predict the power consumption of a server based on the input data.Request Body:
{ "air_temperature": 10.926, "pressure": 0.979103, "wind_speed": 9.014 }Response:
{ "power": 33.6881 }
Uh oh!
There was an error while loading. Please reload this page.