agents.deploy NOT_FOUND: The directory being accessed is not found. error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 05:15 AM - edited 12-27-2024 05:20 AM
I keep getting the following error although the model definitely does exist and version names and model name is correct
RestException: NOT_FOUND: The directory being accessed is not found.
when calling
# Deploy the model to the review app and a model serving endpoint
agents.deploy(model_name, model_version, scale_to_zero=True)
( i'm on a free trial )