Table of Contents

Class StageResult

Namespace
JD.AI.Sandbox.Pipeline
Assembly
JD.AI.Sandbox.dll

Result of a single pipeline stage.

public sealed class StageResult
Inheritance
StageResult
Inherited Members

Properties

Execution

public required SandboxExecutionResult Execution { get; init; }

Property Value

SandboxExecutionResult

OutputBytes

public byte[]? OutputBytes { get; init; }

Property Value

byte[]

StageName

public required string StageName { get; init; }

Property Value

string