Execution Metadata
Metadata about the runtime environment and lifecycle of an experiment execution (training session or evaluation run).
Types
Factory for ExecutionMetadata instances.
Properties
Whether the runner finished processing successfully (set to true alongside completedAt). Remains false if the process was interrupted, crashed, or was aborted mid-run.
ISO 8601 timestamp of when the runner finished processing; null while still in progress.
The retry policy configured for this execution at session start, stored as opaque JSON like spendLimit.
The spend cap configured for this execution at session start, stored as the opaque JSON the caller persisted (the library is provider-agnostic, so the concrete config shape lives in the consuming application).
Functions
Returns a copy marked completed now: completed set to true and completedAt to the current instant.