Google Vertex AI
Enable your integration with models from Google Vertex AI.
Last updated
Enable your integration with models from Google Vertex AI.
Last updated
We have made it easy for you to connect our system with Vertex AI. If you already have data and training pipelines in Vertex AI, you can use your trained model to improve it.
To use the Vertex AI model, you must select Google Vertex AI in the Settings option. Once selected, you will see the following menu.
Target text: Pick which text to use as input for reference.
Target question: Decide which output column to predict.
API URL: The endpoint from Google Vertex AI. The format will follow the sample below.
https://<REGION>-aiplatform.googleapis.com/ui/projects/<PROJECT-ID>/locations/<REGION>/endpoints/<ENDPOINT-ID>:predict
Faster prediction speed: Toggle this option to run predictions faster via the backend.
You can view the endpoint URL by clicking on the endpoint's name after the successful deployment.
To allow ML-Assisted Labeling to run your model, you need to grant access Datasaur Service Account as Vertex AI Administrator. Below are the steps.
Navigate to your selected project where your model is located.
Go to “IAM & Admin”.
Click on the “IAM” option in the left sidebar.
Click “Grant Access”.
In the New Principals field, fill in the Service Account Email:
integrator@datasaur-gcp.iam.gserviceaccount.com
In the role field, select Vertex AI Administrator.
Click “Save” to finish setting up permissions.
After configuring all the settings above, you can copy the endpoint URL and paste it into the API URL field. You can predict the labels and obtain the predicted labels from your own model by clicking “Predict labels”.