You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.19.0 ( #2986) ( 0d400da)
Update dependency org.checkerframework:checker-compat-qual to v2.5.6 ( #2982) ( c137f1f)
Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 ( #2984) ( a64b91c)
Update github/codeql-action action to v2.22.5 ( #2975) ( 0b88846)
Feature
The following BigQuery ML point-in-time lookup functions are now generally available (GA). These functions let you specify a point-in-time cutoff when retrieving
features for training a model or running inference, in order to avoid data leakage.
Use the ML.FEATURES_AT_TIME function
to use the same point-in-time cutoff for all entities when retrieving features.
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
Changes for google-cloud-bigquery
2.34.2 (2023-11-07)
Dependencies
2.34.1 (2023-11-06)
Dependencies
Feature
The following BigQuery ML point-in-time lookup functions are now
generally available (GA). These functions let you specify a point-in-time cutoff when retrieving
features for training a model or running inference, in order to avoid
data leakage.
ML.FEATURES_AT_TIME
functionto use the same point-in-time cutoff for all entities when retrieving features.
ML.ENTITY_FEATURES_AT_TIME
functionto retrieve features from multiple points in time for multiple entities.
Feature
The following AI features in BigQuery are now in
preview:
The ability to process documents from BigQuery
object tables
by doing the following:
Creating a
remote model
based on the
Document AI
API, including
specifying a document processor
to use.
Using the
ML.PROCESS_DOCUMENT
functionwith a Document AI-based remote model to process the documents.
Try this feature with the
Process documents with the
ML.PROCESS_DOCUMENT
functionhow-to.
The ability to transcribe audio files from BigQuery
object tables
by doing the following:
Creating a
remote model
based on the
Speech-to-Text
API,
including specifying a speech recognizer
to use.
Using the
ML.TRANSCRIBE
functionwith a Speech-to-Text-based remote model to transcribe the audio files.
Try this feature with the
Transcribe audio files with the
ML.TRANSCRIBE
functionhow-to.
https://cloud.google.com/bigquery/docs/release-notes#November_13_2023
The text was updated successfully, but these errors were encountered: