BigQuery: Implement BQML Model Export #7061
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hello,
BigQuery is releasing support for using an extract job to write the contents of a BigQuery ML model into GCS as a file in one of two formats, SavedModel or Booster. May we please implement support for this in Ruby?
This feature has already been implemented in several languages. See the following links for example implementations (or consult the appropriate repo).
Go
PR: https://code-review.googlesource.com/c/gocloud/+/53051
Repo: https://github.com/googleapis/google-cloud-go
Java
PR: googleapis/java-bigquery#227
Repo: https://github.com/googleapis/java-bigquery
Python
PR: googleapis/python-bigquery#71
Repo: https://github.com/googleapis/python-bigquery
The text was updated successfully, but these errors were encountered: