We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ea917 commit cbb5759Copy full SHA for cbb5759
mlengine/online-prediction/src/main/java/OnlinePredictionSample.java
@@ -47,7 +47,7 @@ public static void main(String[] args) throws Exception {
47
JsonSchema param = new JsonSchema();
48
String projectId = "YOUR_PROJECT_ID";
49
// You should have already deployed a model and a version.
50
- // 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.
51
String modelId = "YOUR_MODEL_ID";
52
String versionId = "YOUR_VERSION_ID";
53
param.set(
0 commit comments