class
ScenarioSection
L31class ScenarioSection(StrEnum)The three authored sections in a locked :class:`ScenarioPlan`.
fastsim.api.scenario 的当前公共 Python API;签名从 vNext AST 直接提取。
源码 src/fastsim/api/scenario.pyclass ScenarioSection(StrEnum)The three authored sections in a locked :class:`ScenarioPlan`.
class ScenarioReadErrorCode(StrEnum)Stable error codes emitted by ``fastsim.scenario.read@1``.
class ScenarioComponentSelection(object)Exact Scenario component release selected by a referenced Run.
| 字段 | 类型 | 默认值 |
|---|---|---|
| identity | str | — |
| requested | str | — |
| version | str | — |
| variant | str | — |
| manifest_sha256 | str | — |
class ScenarioIdentity(object)Portable identity of the immutable Scenario projected for one Run.
| 字段 | 类型 | 默认值 |
|---|---|---|
| run_id | str | — |
| plan_digest | str | — |
| scenario_digest | str | — |
| source_kind | str | — |
| selected_component | ScenarioComponentSelection | None | — |
| schema | str | SCENARIO_PROJECTION_SCHEMA |
class ScenarioReadError(RuntimeError)Typed, bounded failure from ``fastsim.scenario.read@1``.
class ScenarioReadService(Protocol)Read-only, section-scoped projection of one locked ScenarioPlan.
当前源码未提供公开 docstring。
当前源码未提供公开 docstring。
当前源码未提供公开 docstring。
当前源码未提供公开 docstring。