public class Prediction.Hostedmodels extends Object
Modifier and Type | Class and Description |
---|---|
class |
Prediction.Hostedmodels.Predict |
Constructor and Description |
---|
Prediction.Hostedmodels() |
Modifier and Type | Method and Description |
---|---|
Prediction.Hostedmodels.Predict |
predict(String hostedModelName,
Input content)
Submit input and request an output against a hosted model
Create a request for the method "hostedmodels.predict".
|
public Prediction.Hostedmodels.Predict predict(String hostedModelName, Input content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.hostedModelName
- The name of a hosted modelcontent
- the Input
IOException