model describe
Usage​
tecton model describe [OPTIONS]
Description​
Describe a custom model.
Options​
Flag | Description |
---|---|
-n, --n TEXT | Model name |
--id TEXT | Model Id |
-h, --help | Get help. |
Examples​
Describe by model name:
tecton model describe -n "my_model"
Describe by model id:
tecton model describe --id "123456"