We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does our current model payload format capture all necessary information? Should any redundant information be removed?
{ "identifier":"inference-2HYZh8a4jtFi3xFc4e3TWRmclff", "model":{ "identifier":"brzrip6cxk", "version":"0.0.1", "name":"Machine Failure Prediction" }, "tags":{ "sourceTopic":"site:area:line:cell/node/device/raw/sensor_name", "sourceMessageID":"abcd1234", "inputSizeInBytes":32, "inputSha256Digest":"be01ef104fb88fd151132733e746fe29b997348bf34be875e25ba48c0d7436ca" }, "resultType":"classPredictions", "result":{ "classPredictions":[ { "className":"no_failure", "score":0.974 }, { "className":"failure", "score":0.026 } ] }, "explaination":{ } }
The text was updated successfully, but these errors were encountered:
@kmanditereza will continue to review the design of this payload format before the design is settled
Sorry, something went wrong.
No branches or pull requests
Does our current model payload format capture all necessary information? Should any redundant information be removed?
The text was updated successfully, but these errors were encountered: