simulation_models
SimulationType Objects
class SimulationType(enum.Enum)
Enum for supported types of simulations
RUN
SINGLE: A single simulation run
SINGLE
MONTECARLO: A montecarlo simulation
MONTECARLO
OPTIMIZATION: An optimization simulation
SimulationStatus Objects
class SimulationStatus(enum.Enum)
Enum for possible status of a simulation
SUBMITTED
STATE_UNSPECIFIED: The state of the simulation is unspecified
STATE_UNSPECIFIED
UPLOADED: The simulation has been uploaded, but not yet scheduled
UPLOADED
QUEUED: The simulation has been queued
QUEUED
SCHEDULED: The simulation has been scheduled
SCHEDULED
RUNNING: The simulation is running
RUNNING
SUCCEEDED: The simulation has succeeded
SUCCEEDED
FAILED: The simulation has failed, caused by an error during the simulation
FAILED
ERROR: The simulation has errored, caused by an error when creating the simulation
ERROR
CANCELLED: The simulation has been cancelled
KILLED
KILL: The simulation is being killed