Module: PredicsisMlSdk::JobStuff
- Included in:
- Dataset, Dictionary, ModalitiesSet, Model, PreparationRulesSet, Report
- Defined in:
- lib/predicsis_ml_sdk/job_stuff.rb
Instance Attribute Summary collapse
-
#job ⇒ Object
Returns the value of attribute job.
Instance Method Summary collapse
Instance Attribute Details
#job ⇒ Object
Returns the value of attribute job.
3 4 5 |
# File 'lib/predicsis_ml_sdk/job_stuff.rb', line 3 def job @job end |
Instance Method Details
#jobs ⇒ Object
5 6 7 8 9 |
# File 'lib/predicsis_ml_sdk/job_stuff.rb', line 5 def jobs Job.all(@token).select do |job| job.runnable_id.eql? @id end end |