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
I'm trying to use the model_batch_predict component for prediction using bigquery table as input source. The component works in the pipeline. However, when I set
instancesConfig={'keyField': 'key'} # 'key' is an added column for referencing.
it throws an error says:
Does anyone have an idea how I can make it work?
The text was updated successfully, but these errors were encountered:
Thanks for this issue. Please check out the most recent PR and release.
Do you mind trying the new release and let us know if the issue persists? We've successfully tested different instanceConfig as inputs to the components as documented here.
I'm trying to use the model_batch_predict component for prediction using bigquery table as input source. The component works in the pipeline. However, when I set
it throws an error says:
Does anyone have an idea how I can make it work?
The text was updated successfully, but these errors were encountered: