nimblebox logo
Docs
v3.3.1b

nbox.lmao.live

NimbleBox LMAO is our general purpose observability tool for any kind of computation you might have.

Functions

iconfunctionget_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

iconclassLmaoLive
[source]
iconfunction__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.

iconfunctionlog
[source]
nbox SDKnbox provides built in access to all the APIs and packages them in the most user friendly manner.Star 0