Compare commits

...
@@ -1214,6 +1214,20 @@
" [1.0,3.0,\"cat1\"],\n",
" [2.0,4.0,\"cat2\"]\n",
" ]}\n",
" \n",
"**BigQuery**\n",
"\n",
"Each row is converted to a JSON array. For example:\n",
"\n",
" [1.0,3.0,\"cat1\"]\n",
" [2.0,4.0,\"cat2\"]\n",
" \n",
"The batch server generates the pivot data with the same format. The generated pivot data is then wrapped into a payload request:\n",
"\n",
" {\"instances\": [\n",
" [1.0,3.0,\"cat1\"],\n",
" [2.0,4.0,\"cat2\"]\n",
" ]}\n",
"\n",
"**TFRecords**\n",
"\n",