package
0.0.0-20231018235809-90deddd72f8f
Repository: https://github.com/grailbio/reflow.git
Documentation: pkg.go.dev
# Constants
StateDone indicates that the run has completed without a runtime error.
StateError indicates that the attempted run errored out with a runtime error.
StateInit indicates that the run is initializing.
StateRunning indicates that the run is currently evaluating.
# Structs
Batch represents a batch of reflow evaluations.
BatchState identifies a batch.
A Run comprises the state for an individual run.
# Type aliases
State tells the state of an individual batch run.