simulation_result_models
SimulationResultBase Objects
class SimulationResultBase()
A class representing the result of a simulation request.
id_
The status of the simulation
status
The flags of the simulation
flags
The result of the simulation
result
The error log of the simulation
error_log
The last status update of the simulation
last_status_update_at
The priority of the simulation
priority
The created at timestamp
created_at
The estimated cost of the simulation
SimulationRunGetResult Objects
class SimulationRunGetResult(SimulationResultBase)
A class representing the result of a simulation run get request.
attempt
The id of the simulation
SimulationGetResult Objects
class SimulationGetResult(SimulationResultBase)
A class representing the result of a simulation get request.
attempts
The maximum number of attempts to run the simulation
max_attempts
The simulation runs
simulation_runs
The montecarlo id
montecarlo_id
The storage url for the simulation
storage_url
A sha256 hex of the run specification object as a JSON that was used to create the simulation
run_spec_hex
The index of the run specification object that was used to create the simulation
run_spec_index
The created at timestamp
MonteCarloGetResult Objects
class MonteCarloGetResult(SimulationResultBase)
A class representing the result of a montecarlo get request.
max_attempts
The single simulation ids
simulations
The run specifications
run_specifications
The storage url for the simulation