Skip to content

Commit

Permalink
Fixed doc URL (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and lesv committed Dec 19, 2017
1 parent 63ea917 commit cbb5759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String[] args) throws Exception {
JsonSchema param = new JsonSchema();
String projectId = "YOUR_PROJECT_ID";
// You should have already deployed a model and a version.
// For reference, see https://cloud.google.com/ml-engine/docs/how-tos/deploying-models.
// For reference, see https://cloud.google.com/ml-engine/docs/deploying-models.
String modelId = "YOUR_MODEL_ID";
String versionId = "YOUR_VERSION_ID";
param.set(
Expand Down

0 comments on commit cbb5759

Please sign in to comment.