Class DomainSpec¶
Defined in File orchestrator.py
Nested Relationships¶
Nested Types¶
Class Documentation¶
- class DomainSpec¶
Public Functions
- __init__(self, name)¶
- name(self)¶
The name property.
- name(self, value)¶
- start_train(self)¶
- done_train(self)¶
- cancelled_train(self)¶
- start_sub_select(self)¶
- done_sub_select(self)¶
- cancelled_sub_select(self)¶
- trained_data(self)¶
The trained_data property.
- in_queue(self)¶
The in_queue property.
- in_queue(self, value)¶
- trained_data(self, value)¶
- candidate_data(self)¶
The candidate_data property.
- candidate_data(self, value)¶
- train_job_spec(self)¶
The train_job_spec property.
- train_job_spec(self, value)¶
- sub_select_job_spec(self)¶
The stage_job_spec property.
- sub_select_job_spec(self, value)¶
- running(self)¶
- estimated_effort(self)¶
- state(self)¶
The state property.
- state(self, value)¶
- fully_described(self)¶
Protected Attributes
- _name¶
- _trained_data¶
- _candidate_data¶
- _lock¶
- _in_queue¶
- _sub_select_job_spec¶
- _train_job_spec¶
- _state¶
- class TrackJobStats¶