Merge pull request #1611 from btrinh69/fs-integration-notebook

modify protobuf docs and add instructions
This commit is contained in:
Andrew Ferlitsch
2023-03-15 15:48:01 +00:00
committed by GitHub
@@ -1019,9 +1019,11 @@
" // \"projects/acme/locations/us-central1/featurestores/fs/entityTypes/movies\"\n",
" string entity_type = 2;\n",
"\n",
" // Required. Specifies the field holding the entityId to be fetched for this\n",
" // sources. Currently, input request is a (JSON) dictionary, it simply\n",
" // corresponds to the dictionary entry with this key.\n",
" // Required. Specifies the name of the field in the request sent by the user\n",
" // (NOT the auto generated prediction request with feature values) that\n",
" // holds the entityID to be fetched from this source. The input request sent\n",
" // by the user is a JSON dictionary. The entity ID to be fetched is held by\n",
" // the dictionary entry with this key.\n",
" string entity_id_field = 3;\n",
" }\n",
"\n",
@@ -1256,7 +1258,7 @@
"\n",
"We need a provide service account for this new feature because the prediction workload's default identity does not have access to Feature Store. The service account needs to have `Vertex AI Feature Store Data Viewer` in your project.\n",
"\n",
"For this bug bash, a service account has already been created for you."
"Open a terminal and run `gcloud auth login` before running the commands below."
]
},
{