model fetch
Usage​
tecton model fetch [OPTIONS]
Description​
Fetch model artifacts for a model.
Options​
Flag | Description |
---|---|
-y, --yes | Skip all confirmation prompts |
-c, --config-only | Fetch only Model Config file |
-n, --n TEXT | Model name |
--id TEXT | Model Id |
-h, --help | Get help. |
Examples​
Fetch by model name:
tecton model fetch -n "my_model"
Fetch by model id:
tecton model fetch --id "123456"