public class Prediction.Training extends Object
Modifier and Type | Class and Description |
---|---|
class |
Prediction.Training.Delete |
class |
Prediction.Training.Get |
class |
Prediction.Training.Insert |
class |
Prediction.Training.Update |
Constructor and Description |
---|
Prediction.Training() |
Modifier and Type | Method and Description |
---|---|
Prediction.Training.Delete |
delete(String data)
Delete a trained model
Create a request for the method "training.delete".
|
Prediction.Training.Get |
get(String data)
Check training status of your model
Create a request for the method "training.get".
|
Prediction.Training.Insert |
insert(Training content)
Begin training your model
Create a request for the method "training.insert".
|
Prediction.Training.Update |
update(String data,
Update content)
Add new data to a trained model
Create a request for the method "training.update".
|
public Prediction.Training.Delete delete(String data) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.data
- mybucket/mydata resource in Google StorageIOException
public Prediction.Training.Get get(String data) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.data
- mybucket/mydata resource in Google StorageIOException
public Prediction.Training.Insert insert(Training content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Training
IOException
public Prediction.Training.Update update(String data, Update content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.data
- mybucket/mydata resource in Google Storagecontent
- the Update
IOException