mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
fix help msg (#2079)
* feat: make rate limit a cmdarg * review: rename cmd arg * fix: replace rate_limit with max_threads * fix: docstring typo
This commit is contained in:
@@ -124,7 +124,7 @@ parser.add_argument(
|
||||
parser.add_argument(
|
||||
"--concurrent_notebooks",
|
||||
type=int,
|
||||
help="Maximu number of parallel notebook executions per minute",
|
||||
help="Maximum number of parallel notebook executions per minute",
|
||||
default=10,
|
||||
required=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user