Hi,
I'm trying to create a scheduled job for User Managed notebooks. I click the calendar looking icon here:
And then I'm greeted with this page:
I receive this error at the bottom of the page:
And when I try and click through the options I'm unable to select an environment:
And nor am I able to either select a cluser or serverless operations:
What do I need to do in order to allow me to select from these options?
Solved! Go to Solution.
Hi @mplb,
Welcome to Google Cloud Community!
The error message "TypeError: formattedResponse.forEach is not a function" indicates a problem with the data being returned from the API when fetching the Composer environment list. Specifically, the code is expecting an array that it can iterate over using forEach, but it's receiving something else, likely an object or null. Here are some possible approaches you can consider to address the issue:
In addition, based on the Google documentation, please note that:
“Vertex AI Workbench user-managed notebooks is deprecated. On April 14, 2025, support for user-managed notebooks will end and the ability to create user-managed notebooks instances will be removed. Existing instances will continue to function but patches, updates, and upgrades won't be available. To continue using Vertex AI Workbench, complete the steps on this page to migrate your user-managed notebooks instances to Vertex AI Workbench instances.”
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.
Hi @mplb,
Welcome to Google Cloud Community!
The error message "TypeError: formattedResponse.forEach is not a function" indicates a problem with the data being returned from the API when fetching the Composer environment list. Specifically, the code is expecting an array that it can iterate over using forEach, but it's receiving something else, likely an object or null. Here are some possible approaches you can consider to address the issue:
In addition, based on the Google documentation, please note that:
“Vertex AI Workbench user-managed notebooks is deprecated. On April 14, 2025, support for user-managed notebooks will end and the ability to create user-managed notebooks instances will be removed. Existing instances will continue to function but patches, updates, and upgrades won't be available. To continue using Vertex AI Workbench, complete the steps on this page to migrate your user-managed notebooks instances to Vertex AI Workbench instances.”
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.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |