Class AMSMLJob

Inheritance Relationships

Base Type

Derived Types

Class Documentation

ams_jobs.AMSMLJob : public ams_jobs.AMSJob

Subclassed by ams_jobs.AMSMLTrainJob, ams_jobs.AMSSubSelectJob

Public Functions

__init__(self, domain, *args, **kwargs)
A AMSJob training or performing sub-selection. This is a class mainly representing a team
of ML experts which will provide to the infrastructure the appropriate models. ML jobs are
associcated with a ``domain`` pointing which domain those will train.
domain(self)
The domain property.
domain(self, value)
from_descr(cls, store, descr)

Protected Attributes

_domain