CustomOutputLog

class CustomOutputLog[source]

The extra fields, only present when a step has not timed-out.

points: Just[float] | _Nothing[float] = Nothing

The amount of points achieved for the step.

haystack: Just[str] | _Nothing[str] = Nothing

The part of the stdout that was used to find the amount of points.

stdout: str

The stdout produced by the step.

stderr: str

The stderr produced by the step.

exit_code: int

The exit code of the step.

time_spend: timedelta

The time spend running the step.