ReplayPlan
Resolved replay parameters ready for Pipeline.replay(...).
Attributes
attributeoriginal_run_idstrattributesteps_to_skipset[str]attributeinput_overridesdict[str, Any]attributestep_input_overridesdict[str, dict[str, Any]]attributeruntime_contextReplayRuntimeContextattributedocumentReplayPlanDocument= field(default_factory=ReplayPlanDocument)Functions
func__init__(self, original_run_id, steps_to_skip, input_overrides, step_input_overrides, runtime_context, document=ReplayPlanDocument()) -> Noneparamselfparamoriginal_run_idstrparamsteps_to_skipset[str]paraminput_overridesdict[str, Any]paramstep_input_overridesdict[str, dict[str, Any]]paramruntime_contextReplayRuntimeContextparamdocumentReplayPlanDocument= ReplayPlanDocument()Returns
None