"Tuned model load failed" when using AI Studio with a Workspace account

It seems to me that model tuning in AI Studio does not work with Workspace accounts. (However, the exact same steps work as expected with a @gmail.com account.)

Steps to reproduce:

0. Go to https://aistudio.google.com/

1. Tune a model 

2. Click the tuned model in "My files"

Observed:

"Tuned model load failed"

Looking at the Chrome dev tools, a request to

 

0 2 259
2 REPLIES 2

Can you try to follow these steps in this documentation:  https://ai.google.dev/tutorials/workspace_auth_quickstart. Also please be reminded that some of these steps will require you to be signed in on Admin account.

Snippet of content in the documentation:

```

  1. In the workspace Admin console, go to Menu -> Apps -> Additional Google services.
  2. In the list of all services, scroll to and click Early Access Apps. The settings for Early Access Apps page opens.
  3. On the Settings for Early Access Apps page, click Service status.
  4. To turn a service on or off, select On or Off, and then click Save.
  5. To turn on and off a service for an organization or a group within an organization, see the detailed steps in the support article.

```

Yes, Early Access Apps is enabled for everyone.

I sort of assume--though I might be wrong--that what I encountered is a
bug, since AI Studio *works* for my Workspace account, but *tuning models*
does not (and generates a useless error unless I dig into the Dev Tools
console).

I mean, that sounds like a bug, right?