Skip to content

Java sample for doing online prediction in Cloud Machine Learning Engine. #868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 6, 2017
Merged
Prev Previous commit
Next Next commit
small fix
  • Loading branch information
lluunn committed Oct 4, 2017
commit a92e09996f408bb1a520a0385380842f77439b16
9 changes: 4 additions & 5 deletions mlengine/online-prediction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ This sample is using the [Application Default Credential](https://developers.goo
## Run
Modify the OnlinePredictionSample.java with your project/model/version information.

Compile and run the sample:
Compile the sample code using Maven by running the following command:
<pre>mvn compile</pre>
Execute the sample code using Maven by running the following command:
<pre>mvn -q exec:java</pre>
Compile the sample code using Maven by running the following command:
<pre>mvn compile</pre>
Execute the sample code using Maven by running the following command:
<pre>mvn -q exec:java</pre>
2 changes: 1 addition & 1 deletion mlengine/online-prediction/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2016 Google Inc.
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down