We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A weekly digest of client library updates from across the Cloud SDK.
You can now perform supervised tuning on a BigQuery ML remote model based on a gemini-1.0-pro-002 model. This feature is in preview. To try this feature, see Tune a model using your data.
gemini-1.0-pro-002
You can also perform supervised tuning by using the BigQuery DataFrames Python API. Use the fit() and score() methods in the bigframes.ml.llm.GeminiTextGenerator model class to perform supervised tuning.
fit()
score()
bigframes.ml.llm.GeminiTextGenerator
Global rate limits on BigQuery Omni connection creation and use have replaced the regional limits on AWS and Azure connections.
https://cloud.google.com/bigquery/docs/release-notes#June_17_2024
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
Changes for google-cloud-bigquery
2.40.3 (2024-06-12)
Dependencies
Feature
You can now perform
supervised tuning
on a BigQuery ML remote model based on a
gemini-1.0-pro-002
model.This feature is in
preview.
To try this feature, see
Tune a model using your data.
You can also perform supervised tuning by using the
BigQuery DataFrames Python API.
Use the
fit()
andscore()
methods in thebigframes.ml.llm.GeminiTextGenerator
model classto perform supervised tuning.
Announcement
Global rate limits on BigQuery Omni connection creation and use have replaced the regional limits on AWS and Azure connections.
https://cloud.google.com/bigquery/docs/release-notes#June_17_2024
The text was updated successfully, but these errors were encountered: