Skip to content

Commit

Permalink
add version_id (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaxiao Zheng authored and k8s-ci-robot committed Oct 16, 2019
1 parent 86c710e commit bb48749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/core/ai_platform/ai_platform.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
" model_uri=model_uri,\n",
" project_id=project_id, \n",
" model_id=model_id, \n",
" version_id=model_version, \n",
" runtime_version=runtime_version, \n",
" replace_existing_version=True, \n",
" set_default=True).apply(gcp.use_gcp_secret('user-gcp-sa'))"
Expand Down

0 comments on commit bb48749

Please sign in to comment.