Package | Description |
---|---|
com.google.api.services.prediction.model |
Modifier and Type | Method and Description |
---|---|
Input.InputInput |
Input.getInput()
Input to the model for a prediction.
|
Input.InputInput |
Input.InputInput.setCsvInstance(List<Object> csvInstance)
A list of input features, these can be strings or doubles.
|
Modifier and Type | Method and Description |
---|---|
Input |
Input.setInput(Input.InputInput input)
Input to the model for a prediction.
|