Compare commits

...
Author SHA1 Message Date
ivanmkc@google.com 29c0ca2804 Fixed comment about GCS 2023-02-02 17:54:51 +09:00
@@ -833,6 +833,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "99b7a9287ba6"
@@ -840,7 +841,7 @@
"source": [
"For AutoML models, manual scaling can be adjusted by setting both min and max nodes i.e., `starting_replica_count` and `max_replica_count` as the same value(in this example, set to 1). The node count can be increased or decreased as required by load.\n",
" \n",
"`batch_predict` can export predictions either to BigQuery or GCS. The BigQuery options are commented out below and the predictions will be exported to the BUCKET_URI."
"`batch_predict` can export predictions either to BigQuery or GCS. This example exports to BigQuery."
]
},
{