rill-ml 1.5.1

RillML adaptive intelligence core library — lightweight, serializable online machine learning for native and edge applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {"id":"handshake","kind":"handshake","requestId":"fixture-handshake-001","apiVersion":2},
  {"id":"health","kind":"health","requestId":"fixture-health-001","apiVersion":2},
  {"id":"invoke","kind":"result","requestId":"fixture-invoke-001","apiVersion":2},
  {"id":"requestId","kind":"error","requestId":"fixture-request-id-001","code":"invalidRequestId","apiVersion":2},
  {"id":"api-mismatch","kind":"error","requestId":"fixture-api-mismatch-001","code":"incompatibleApiVersion","apiVersion":99},
  {"id":"capability-mismatch","kind":"error","requestId":"fixture-capability-mismatch-001","code":"unsupportedCapability","apiVersion":2},
  {"id":"malformed-json","kind":"error","requestId":"fixture-malformed-json-001","code":"invalidJson","apiVersion":2},
  {"id":"oversized-message","kind":"error","requestId":"fixture-oversized-message-001","code":"invalidJson","apiVersion":2},
  {"id":"handler-timeout","kind":"error","requestId":"fixture-handler-timeout-001","code":"handlerTimeout","apiVersion":2},
  {"id":"handler-trap","kind":"error","requestId":"fixture-handler-trap-001","code":"handlerTrap","apiVersion":2},
  {"id":"invalid-output","kind":"error","requestId":"fixture-invalid-output-001","code":"handlerInvalidOutput","apiVersion":2}
]