Joe Gregorio | 266c644 | 2011-02-23 16:08:54 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
| 2 | # |
| 3 | # Copyright 2011 Google Inc. All Rights Reserved. |
| 4 | # Author: jcgregorio@google.com (Joe Gregorio) |
| 5 | # |
| 6 | # Uploads a training data set to Google Storage to be used by this sample |
| 7 | # application. Download the 'language.txt' file from |
| 8 | # http://code.google.com/apis/predict/docs/hello_world.html |
| 9 | # |
| 10 | # Requirements: |
| 11 | # gsutil - a client application for interacting with Google Storage. It |
| 12 | # can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html |
| 13 | gsutil cp ./language_id.txt gs://apiclient-prediction-sample/prediction_models/languages |