Share via


KernelProcessStepInfo Class

Information about a step in a kernel process.

Note: This class is marked as 'experimental' and may change in the future.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Constructor

KernelProcessStepInfo(*, inner_step_type: type, state: KernelProcessStepState, output_edges: dict[str, list[KernelProcessEdge]])

Keyword-Only Parameters

Name Description
inner_step_type
Required
state
Required
output_edges
Required

Attributes

edges

The edges of the step.

inner_step_type

inner_step_type: type

is_experimental

is_experimental = True

output_edges

output_edges: dict[str, list[KernelProcessEdge]]

stage_status

stage_status = 'experimental'

state

state: KernelProcessStepState