|
Methods defined here:
- __init__(self)
- delete = method(self, **kwargs)
- Delete a trained model.
Args:
id: string, The unique name for the predictive model. (required)
- get = method(self, **kwargs)
- Check training status of your model.
Args:
id: string, The unique name for the predictive model. (required)
- insert = method(self, **kwargs)
- Begin training your model.
Args:
body: object, The request body. (required)
- predict = method(self, **kwargs)
- Submit model id and request a prediction
Args:
body: object, The request body. (required)
id: string, The unique name for the predictive model. (required)
- update = method(self, **kwargs)
- Add new data to a trained model.
Args:
body: object, The request body. (required)
id: string, A parameter (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|