Skip to main content
Version: 2.0.1

simulation_models

SimulationType Objects

class SimulationType(Enum)

Enum for supported types of simulations

RUN

RUN: A simulation run

SINGLE

SINGLE: A single simulation run

MONTECARLO

MONTECARLO: A montecarlo simulation

OPTIMIZATION

OPTIMIZATION: An optimization simulation

SimulationStatus Objects

class SimulationStatus(Enum)

Enum for possible status of a simulation

SUBMITTED

SUBMITTED: The simulation has been submitted

STATE_UNSPECIFIED

STATE_UNSPECIFIED: The state of the simulation is unspecified

UPLOADED

UPLOADED: The simulation has been uploaded, but not yet scheduled

QUEUED

QUEUED: The simulation has been queued

SCHEDULED

SCHEDULED: The simulation has been scheduled

RUNNING

RUNNING: The simulation is running

SUCCEEDED

SUCCEEDED: The simulation has succeeded

FAILED

FAILED: The simulation has failed, caused by an error during the simulation

ERROR

ERROR: The simulation has errored, caused by an error when creating the simulation

KILLED

KILLED: The simulation has been killed

KILL

KILL: The simulation is being killed