unionml.schedule.ScheduleType#

class unionml.schedule.ScheduleType(value)#

Allowable schedule types.

Attributes

trainer

Indicates a schedule that kicks of a training run.

predictor

Indicates a schedule that kicks of a prediction run.

predictor = 'predictor'#

Indicates a schedule that kicks of a prediction run.

trainer = 'trainer'#

Indicates a schedule that kicks of a training run.