Setup
MindsDB provides the Vertex handler that enables you to connect Vertex AI models within MindsDB.AI Engine
Before creating a model, it is required to create an AI engine based on the provided handler.If you installed MindsDB locally, make sure to install all Vertex dependencies by running
pip install [vertex]
or from the requirements.txt file.Please note that you need to provide your service_account key’s here.
vertex
) should be used as a value for the engine
parameter in the USING
clause of the CREATE MODEL
statement.
AI Model
TheCREATE 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 |