We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976781 commit 91673b2Copy full SHA for 91673b2
samples/prediction/prediction.py
@@ -60,7 +60,7 @@
60
argparser.add_argument('model_id',
61
help='Model Id of your choosing to name trained model')
62
argparser.add_argument('project_id',
63
- help='Model Id of your choosing to name trained model')
+ help='Project Id of your Google Cloud Project')
64
65
66
def print_header(line):
0 commit comments