Compare commits

...
Author SHA1 Message Date
ivanmkc 1b6d24029e Fixed linter requirements 2022-06-10 17:12:46 -04:00
ivanmkc 0c5ac9e525 Fixed mistake in batch prediction request section 2022-06-10 17:12:24 -04:00
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."
]
},
{