Prediction API v1.4 (revision 32)



Uses of Class
com.google.api.services.prediction.model.Input.InputInput

Packages that use Input.InputInput
com.google.api.services.prediction.model   
 

Uses of Input.InputInput in com.google.api.services.prediction.model
 

Methods in com.google.api.services.prediction.model that return Input.InputInput
 Input.InputInput Input.getInput()
          Input to the model for a prediction The value returned may be null.
 Input.InputInput Input.InputInput.setCsvInstance(List<Object> csvInstance)
          A list of input features, these can be strings or doubles.
 

Methods in com.google.api.services.prediction.model with parameters of type Input.InputInput
 Input Input.setInput(Input.InputInput input)
          Input to the model for a prediction The value set may be null.