Table of Contents

Class PipelineStage

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

Represents a single stage in a sandbox pipeline.

public sealed class PipelineStage
Inheritance
PipelineStage
Inherited Members

Properties

Arguments

public string Arguments { get; set; }

Property Value

string

ExecutablePath

public required string ExecutablePath { get; init; }

Property Value

string

Name

public required string Name { get; init; }

Property Value

string

Sandbox

public required ISandbox Sandbox { get; init; }

Property Value

ISandbox