models:deploy
rai models:deploy [OPTIONS]Deploy a model into a schema.
Options
Section titled “Options”| Option | Type | Description |
|---|---|---|
--model-file-path | file | Path to the model file to deploy. If omitted, will use model.path from the config file. |
--name | text | Name of the model to deploy. If omitted, will deploy the last model created by the target. |
--schema | text | Target schema to deploy the model to (defaults to schema from the config file). |
--force | Boolean | Force deploy, overriding divergence checks. Default: False. |