End-to-end user journeys for generative AI models (original) (raw)
This document describes the user journeys for BigQuery ML remote models, including the statements and functions that you can use to work with remote models. BigQuery ML offers the following types of remote models:
- Fine-tuned Google Gemini models
- Google, partner, and open models as a service
- Google text embedding models as a service
- Self-deployed open models
- Cloud AI services
- Custom models deployed to Gemini Enterprise Agent Platform
Remote model user journeys
The following table describes the statements and functions you can use to create, evaluate, and generate data from remote models:
1 Some Gemini models supportsupervised tuning.
2 This function calls a hosted Gemini model, and doesn't require you to create a model separately using the CREATE MODELstatement.
3 You can automatically deploy an open model when you create the BigQuery ML remote model by specifying the model's Hugging Face or Agent Platform Model Garden ID. BigQuery manages the Agent Platform resources of open models deployed in this way, and lets you interact with those Agent Platform resources by using the BigQuery ML ALTER MODEL and DROP MODELstatements. It also lets you configure automatic undeployment of the model. For more information, seeAutomatically deployed models.