You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sagemaker/hyperpod/cli/commands/init.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,9 @@ def validate():
274
274
@click.command(name="_default_create")
275
275
@click.option("--region", "-r", default=None, help="Region to create cluster stack for, default to your region in aws configure. Not available for other templates.")
276
276
@click.option("--template-version", type=click.INT, help="Version number of cluster creation template. Not available for other templates.")
0 commit comments