pip install [vertex]
or from the requirements.txt file.vertex
) should be used as a value for the engine
parameter in the USING
clause of the CREATE MODEL
statement.
CREATE MODEL
statement is used to create, train, and deploy models within MindsDB.
Name | Description |
---|---|
engine | It defines the Vertex engine. |
model_name | It is used to provide the name of the model. |
custom_model | Is it custom model or not |