Problem
You’re using a compute resource assigned to a group using the dedicated access mode to deploy agents. You’re using code such as that in the example notebook section of the Use Genie in multi-agent systems (AWS | Azure | GCP) documentation.
When you try to run the agents.deploy()code
, you encounter the following error.
The creator <group-name> of the model version cannot be authenticated. Please re-log the model with a valid user. Config: host=<host-url>, auth_type=runtime File <command-id>
Cause
Compute resources assigned to groups cannot create and access model serving endpoints.
For more information, review the Assign compute resources to a group (AWS | Azure | GCP) documentation.
Solution
Continue to use dedicated access mode, but assign the compute to a user or service principal to create and deploy the agent model.