Update Flow Log
Update the status, inputs, output of a Flow Log.
Marking a Flow Log as complete will trigger any monitoring Evaluators to run. Inputs and output (or error) must be provided in order to mark it as complete.
The end_time log attribute will be set to match the time the log is marked as complete.
Path parameters
Headers
Request
The output of the Flow Log. Provide None to unset existing output
value. Provide either this, output_message
or error
.
The error message of the Flow Log. Provide None to unset existing error
value. Provide either this, output_message
or output
.
Status of the Flow Log. When a Flow Log is updated to complete
, no more Logs can be added to it. You cannot update a Flow Log’s status from complete
to incomplete
.
Response
Generated output from your model for the provided inputs. Can be None
if logging an error, or if creating a parent Log with the intention to populate it later.
Status of the Flow Log. When a Flow Log is updated to complete
, no more Logs can be added to it. You cannot update a Flow Log’s status from complete
to incomplete
.
Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
End-user ID related to the Log.
Whether the request/response payloads will be stored on Humanloop.