Compare commits

...
2 changed files with 1065 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -1309,6 +1309,7 @@
"source": [
"### Send the prediction request\n",
"\n",
"\n",
"To make a batch prediction request, call the model object's `batch_predict` method with the following parameters: \n",
"- `instances_format`: The format of the batch prediction request file: \"jsonl\", \"csv\", \"bigquery\", \"tf-record\", \"tf-record-gzip\" or \"file-list\"\n",
"- `prediction_format`: The format of the batch prediction response file: \"jsonl\", \"csv\", \"bigquery\", \"tf-record\", \"tf-record-gzip\" or \"file-list\"\n",