inardini -- bqml new operators release update to v1 (#717)

* update to v1

* linter test passed

Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
This commit is contained in:
Ivan Nardini
2022-08-03 12:51:46 -07:00
committed by GitHub
co-authored by Andrew Ferlitsch
parent b227509fbb
commit aec82c7e5b
@@ -631,7 +631,7 @@
"# Simulate operations\n",
"from google.cloud import bigquery\n",
"# ML pipeline\n",
"from google_cloud_pipeline_components.experimental.bigquery import (\n",
"from google_cloud_pipeline_components.v1.bigquery import (\n",
" BigqueryCreateModelJobOp, BigqueryEvaluateModelJobOp,\n",
" BigqueryExplainForecastModelJobOp, BigqueryForecastModelJobOp,\n",
" BigqueryMLArimaEvaluateJobOp, BigqueryQueryJobOp)\n",