# Functions
GetDeployedJobStatus returns internal representation for deployed Job status.
# Constants
JobFailed means that Job status satisfies Trial failure condition.
JobRunning means that Job was deployed by Trial.
JobSucceeded means that Job status satisfies Trial success condition.
# Structs
TrialJobStatus is the internal representation for deployed Job status.
# Type aliases
ConditionType describes the various conditions a Job can be in.