Skip to content
New issue

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

BigQuery: Implement BQML Model Export #7061

Closed
d-torres opened this issue Jul 21, 2020 · 1 comment · Fixed by #7451
Closed

BigQuery: Implement BQML Model Export #7061

d-torres opened this issue Jul 21, 2020 · 1 comment · Fixed by #7451
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@d-torres
Copy link

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

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Jul 21, 2020
@quartzmo quartzmo self-assigned this Jul 21, 2020
@quartzmo quartzmo added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jul 21, 2020
@quartzmo
Copy link
Member

@d-torres Thank you for the helpful links!

quartzmo added a commit to quartzmo/google-cloud-ruby that referenced this issue Aug 11, 2020
quartzmo added a commit to quartzmo/google-cloud-ruby that referenced this issue Aug 12, 2020
* Add model support to Project#extract and #extract_job
* Add ExtractJob#model?
* Add ExtractJob#ml_tf_saved_model?
* Add ExtractJob#ml_xgboost_booster?
* Add Model#extract and #extract_job

closes: googleapis#7061
quartzmo added a commit that referenced this issue Sep 1, 2020
* Add model support to Project#extract and #extract_job
* Add ExtractJob#model?
* Add ExtractJob#ml_tf_saved_model?
* Add ExtractJob#ml_xgboost_booster?
* Add Model#extract and #extract_job

closes: #7061
pr: #7451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants