Table of Contents

Class CodeExecutionTelemetry

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll

Minimal execution telemetry for sandboxed runs.

public sealed class CodeExecutionTelemetry
Inheritance
CodeExecutionTelemetry
Inherited Members

Properties

ExitCode

public int? ExitCode { get; set; }

Property Value

int?

StderrBytes

public long? StderrBytes { get; set; }

Property Value

long?

StdoutBytes

public long? StdoutBytes { get; set; }

Property Value

long?

TimedOut

public bool TimedOut { get; set; }

Property Value

bool