Skip to content

Commit

Permalink
chore(sample): Uncomment model deletion commands (kubeflow#4916)
Browse files Browse the repository at this point in the history
* Uncomment model deletion commands

* delete without asking for confirmation
  • Loading branch information
chensun authored Dec 18, 2020
1 parent 8f70bf3 commit d9fb33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/core/ai_platform/ai_platform.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
"metadata": {},
"outputs": [],
"source": [
"# !gcloud ai-platform versions delete $MODEL_VERSION --model $MODEL_NAME\n",
"# !gcloud ai-platform models delete $MODEL_NAME"
"!gcloud ai-platform versions delete $MODEL_VERSION --model $MODEL_NAME -q\n",
"!gcloud ai-platform models delete $MODEL_NAME -q"
]
}
],
Expand Down Expand Up @@ -407,4 +407,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit d9fb33c

Please sign in to comment.