Google Vertex AI
Enable your integration with models from Google Vertex AI.
Last updated
Enable your integration with models from Google Vertex AI.
Supported labeling types: Row labeling.
ML-assisted labeling supports models from Vertex AI. If you already have data and training pipelines in Vertex AI, you can utilize your trained model to enhance the performance.
To use the models from Vertex AI, select Google Vertex AI as the service provider.

Once selected, you will see the following fields:
Target text: Select the input text used as reference.
Target question: Select the 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: Enables faster predictions by processing requests on the backend.
You can view the endpoint URL by clicking its name after successful deployment.

To allow ML-assisted labeling to run your model, you need to grant the Datasaur Service Account access as Vertex AI Administrator. Follow the steps below:
Navigate to the project where your model is located.
Go to IAM & Admin.
Click on the IAM 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 complete the setup.
After configuring the settings above, copy the endpoint URL and paste it into the API URL field. Click Predict labels to generate and retrieve predictions from your model.

Last updated