Currently, I have created a datastore which is synced with logs stored in bigquery. I am trying to enable naturalLanguageQueryUnderstandingConfig on it and getting below error
Hi @priyance ,
The error happens because naturalLanguageQueryUnderstandingConfig isn’t a valid field in the dataStore PATCH API — that’s why it says “Unknown name”.
To enable NLP features, you usually need to set them in the serving config, not directly on the datastore.
Check the ServingConfig resource and apply the update there.
Just to add, filtering with natural-language understanding is currently in Preview, which means it is still under development, and may not yet offer the expected quality, and might have limited support. Preview features often come with certain limitations and might not provide the full range of quality or functionality available in the final product. It may have bugs or unexpected behaviors. However, you can expect the quality to improve as the feature matures.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
I can’t execute the PATCH command successfully either and receive an invalid JSON payload.
I know this worked previously, because when the understanding config was in preview I was able to enable it at the datastore level using the documentation. But now it feels like the API is broken for some reason.
It’s not possible to update it, I can see it listed as a field when I do a GET request on my datastore, but I can’t disable it or enable it on a new datastore.