estimator_routes
routes.estimator_routes
EstimatorResource
Bases: Resource
Class responsible for retreving estimator names
Source code in yaptide/routes/estimator_routes.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|
APIParametersSchema
Bases: Schema
Class specifies API parameters
Source code in yaptide/routes/estimator_routes.py
15 16 17 18 |
|
job_id
class-attribute
instance-attribute
job_id = String()
get
staticmethod
get(user)
Method returning estimator names for specific simulation
Source code in yaptide/routes/estimator_routes.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|