StepRecord
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class StepRecord(step: str, subject_id: str, payload: Any, produced_by: str, spec_fingerprint: str | None = None)[source]
Bases:
objectOne observed pipeline boundary for one subject.
- payload
Domain object at that boundary (or a frame kept by a recorder). Contracts never convert payloads to DataFrames.
- Type:
Any