Moved data for prediction sample app into its own directory.
This commit is contained in:
parent
fd7ec30674
commit
03fb777e1d
|
@ -13,4 +13,4 @@
|
||||||
# gsutil - a client application for interacting with Google Storage. It
|
# gsutil - a client application for interacting with Google Storage. It
|
||||||
# can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html
|
# can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html
|
||||||
OBJECT_NAME=$1
|
OBJECT_NAME=$1
|
||||||
gsutil cp language_id.txt gs://$OBJECT_NAME
|
gsutil cp data/language_id.txt gs://$OBJECT_NAME
|
||||||
|
|
Loading…
Reference in New Issue