nbox.lmao.live
NimbleBox LMAO is our general purpose observability tool for any kind of computation you might have.
Functions
functionget_serving_log
[source](project_id:None,serving_id:None,key:None,after:None,before:None,limit:None)
Parameters
- project_id -
ID of the project to which the serving belongs.
- serving_id -
ID of the serving to which the log belongs.
- key -
Key of the log to get.
- after -
Return only logs after this timestamp.
- before -
Return only logs before this timestamp.
- limit -
Maximum number of logs to return.
Get a single log by key from the serving. Logs are stored in the following format: <project_id>/<serving_id>/<key>
Returns:
None
: The log.
Classes
classLmaoLive
[source]function__init__
[source]This is experimental and not ready for production use, can be removed without notice
Client module for LMAO Live monitoring pipeline, eventually this will be merged with the LMAO client which is used for experiment tracking, into a single combined client.
functionlog
[source]