October 2019
Intermediate to advanced
520 pages
13h 5m
English
Once the model has been trained and stored, we can use gcloud ml-engine versions create to deploy the model. The command is as follows:
gcloud ml-engine versions create $VERSION \--model=$MODEL \--origin=$ORIGIN \--runtime-version=$RUNTIME_VERSION
The preceding parameters are explained as follows:
Read now
Unlock full access