Verifying model file delivery
We have already seen the process of verifying model file delivery using our service-mms
service.
Once again, retrieve the published model file using the endpoint URL:
curl localhost:7777/testmms
Your output should look like this:
{"query_http_code":"204","message":"OK","mms_action":"updated","value":[{"PUBLISH_TEST_MMS":"test-from-mms"}]}
This time, the output returned by the service running on the Edge node has a value as it was in the original file, test_mms.json
.
We have provided this as a good example to learn about the processing steps involved and showcasing the interaction between publishing the model file, its progression through the CSS and ESS components, and, finally, retrieval of the published model file at the edge node.