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 #3246

Closed
d-torres opened this issue Jul 21, 2020 · 0 comments · Fixed by #3340
Closed

BigQuery: Implement BQML Model Export #3246

d-torres opened this issue Jul 21, 2020 · 0 comments · Fixed by #3340
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 now 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 this in PHP?

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
@jdpedrie jdpedrie self-assigned this Jul 21, 2020
@jdpedrie jdpedrie added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jul 21, 2020
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