英語版: IKernelPipeline.md
IKernelPipeline
責務
compiled DSL pipeline を deterministic DSL execution context に対して実行する境界です。
主要メンバー
| Member | Type | 説明 |
|---|---|---|
ExecuteAsync(DslPipelineExecutionContext context, CancellationToken cancellationToken = default) |
Task<DslPipelineExecutionResult> |
compiled pipeline を実行し、value / metadata / replay log / status を返す。 |
境界ルール
- contract は internal
ResultSteptype ではなく execution result DTO を公開する。 - implementation は同じ input に対する replay-log と hash の決定論性を保持する。
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/dsl/IKernelPipeline-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/dsl/IKernelPipeline-jp.md