Package | Description |
---|---|
com.google.api.services.prediction | |
com.google.api.services.prediction.model |
Modifier and Type | Method and Description |
---|---|
Prediction.Predict |
Prediction.predict(String data,
Input content)
Submit data and request a prediction
Create a request for the method "predict".
|
Prediction.Hostedmodels.Predict |
Prediction.Hostedmodels.predict(String hostedModelName,
Input content)
Submit input and request an output against a hosted model
Create a request for the method "hostedmodels.predict".
|
Constructor and Description |
---|
Prediction.Hostedmodels.Predict(String hostedModelName,
Input content)
Submit input and request an output against a hosted model
Create a request for the method "hostedmodels.predict".
|
Prediction.Predict(String data,
Input content)
Submit data and request a prediction
Create a request for the method "predict".
|
Modifier and Type | Method and Description |
---|---|
Input |
Input.clone() |
Input |
Input.set(String fieldName,
Object value) |
Input |
Input.setInput(Input.InputInput input) |