From d3a6475580cb621e06264a2d15d34789b6654058 Mon Sep 17 00:00:00 2001 From: Ivan Cheung Date: Fri, 10 Jun 2022 17:13:45 -0400 Subject: [PATCH] Fixed mistake in batch prediction request section (#617) * Fixed mistake in batch prediction request section * Fixed linter requirements --- .github/workflows/linter/requirements.txt | 2 +- .../official/automl/sdk_automl_tabular_forecasting_batch.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter/requirements.txt b/.github/workflows/linter/requirements.txt index 40a60509b..345c487ca 100644 --- a/.github/workflows/linter/requirements.txt +++ b/.github/workflows/linter/requirements.txt @@ -7,4 +7,4 @@ pyupgrade==2.31.1 isort==5.10.1 flake8==4.0.1 nbqa==1.3.1 -protobuf ==3.19.0 + diff --git a/notebooks/official/automl/sdk_automl_tabular_forecasting_batch.ipynb b/notebooks/official/automl/sdk_automl_tabular_forecasting_batch.ipynb index 551ce3fdd..e1b80a6e4 100644 --- a/notebooks/official/automl/sdk_automl_tabular_forecasting_batch.ipynb +++ b/notebooks/official/automl/sdk_automl_tabular_forecasting_batch.ipynb @@ -757,7 +757,7 @@ "- `instances_format`: The format for the input instances. Since a BigQuery source is used here, this should be set to `bigquery`.\n", "- `predictions_format`: The format for the output predictions, `bigquery` is used here to output to a BigQuery table.\n", "- `generate_explanations`: Set to `True` to generate explanations.\n", - "- `sync`: If set to True, the call will block while waiting for the asynchronous batch job to complete.git " + "- `sync`: If set to True, the call will block while waiting for the asynchronous batch job to complete." ] }, {