Describes properties of a run when loaded from the database. Extends the BaseRun interface.
interface RunThe URL path where this run is accessible within the app.
Attachments for the example
IDs of any child runs spawned by this run.
Number of tokens generated in the completion.
The dotted order for the run.
This is a string composed of {time}{run-uuid}.* so that a trace can be sorted in the order it was executed.
Example:
The epoch time at which the run ended, if applicable.
Error message, captured if the run faces any issues.
Events like 'start', 'end' linked to the run.
Any additional metadata or settings for the run.
Time when the first token was processed.
Unique identifier (UUID). Remains constant even if name changes.
Whether the run is included in a dataset.
Inputs that were used to initiate the run.
The input S3 URLs
The manifest ID that correlates with this run.
Display name (can be updated).
Outputs produced by the run, if any.
The output S3 URLs
ID of a parent run, if this run is part of a larger operation.
IDs of parent runs, if multiple exist.
Number of tokens used in the prompt.
ID of an example that might be related to this run.
Specifies the type of run (tool, chain, llm, etc.).
Serialized state of the run for potential future use.
The ID of the project that owns this run.
The epoch time at which the run started, if available.
The current status of the run, such as 'success'.
Total token count, combining prompt and completion.
Unique ID assigned to every run within this nested trace. *
Attachments for the example
The dotted order for the run.
The epoch time at which the run ended, if applicable.
Error message, captured if the run faces any issues.
Events like 'start', 'end' linked to the run.
Any additional metadata or settings for the run.
Unique identifier (UUID). Remains constant even if name changes.
Inputs that were used to initiate the run.
Display name (can be updated).
Outputs produced by the run, if any.
ID of a parent run, if this run is part of a larger operation.
ID of an example that might be related to this run.
Specifies the type of run (tool, chain, llm, etc.).
Serialized state of the run for potential future use.
The epoch time at which the run started, if available.
Tags for further categorizing or annotating the run.
Unique ID assigned to every run within this nested trace. *