Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 740 Bytes

step-7-predictions.md

File metadata and controls

29 lines (22 loc) · 740 Bytes

Prediction

To use the trained and deployed model please open AI Platform and navigate to your model.

It should look similar to this:

ai platform models

Open the model and choose your version then click on the Tab TEST & USE and enter the following input data:

{"instances":  ["London on Monday evening"]}

ai platform predict

After a couple of seconds, you get the prediction response

{
  "predictions": [
    [
      "B-geo",
      "O",
      "B-tim",
      "I-tim",
       ]
  ]
}