infra/src/stages/deploy_stage_base.py [32:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def name(self):
        return NotImplementedError

    @property
    def output_variables(self):
        return NotImplementedError
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



infra/src/stages/train_stage_base.py [33:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def name(self):
        return NotImplementedError

    @property
    def output_variables(self):
        return NotImplementedError
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



