Add to_api_repr method to Model #324
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Same as #299 but for models:
AttributeError: 'Model' object has no attribute 'to_api_repr'
Current workaround: using
model._properties
but object fields likefeatureColumns
https://cloud.google.com/bigquery/docs/reference/rest/v2/models#Model will be missing.The text was updated successfully, but these errors were encountered: