Fixed mistake in batch prediction request section (#617)

* Fixed mistake in batch prediction request section

* Fixed linter requirements
This commit is contained in:
Ivan Cheung
2022-06-10 17:13:45 -04:00
committed by GitHub
parent 4e7061b2db
commit d3a6475580
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ pyupgrade==2.31.1
isort==5.10.1
flake8==4.0.1
nbqa==1.3.1
protobuf ==3.19.0
@@ -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."
]
},
{