|
| | job_id = Column(BigInteger, ForeignKey('jobs.id'), primary_key=True) |
| |
| | iteration = Column(Integer, primary_key=True) |
| |
| | score = Column(Float) |
| |
| | silent_pose = Column(LargeBinary) |
| |
◆ __repr__()
| def schema.Trajectory.__repr__ |
( |
|
self | ) |
|
◆ __tablename__
| string schema.Trajectory.__tablename__ = 'trajectories' |
|
staticprivate |
◆ iteration
| schema.Trajectory.iteration = Column(Integer, primary_key=True) |
|
static |
◆ job_id
| schema.Trajectory.job_id = Column(BigInteger, ForeignKey('jobs.id'), primary_key=True) |
|
static |
◆ score
| schema.Trajectory.score = Column(Float) |
|
static |
◆ silent_pose
| schema.Trajectory.silent_pose = Column(LargeBinary) |
|
static |
The documentation for this class was generated from the following file:
- src/apps/pilot/kale/native_ensemble/analysis/schema.py