Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

AutoML : Unable to get the Details of Native Models

We are using Auto ML Client libraries(C# and PHP) for listing the AutoML custom Translation models.
But with the API's

AutoMlClient.ListModels(parent);
$autoMlClient->listModels($formattedParent);

we are only able to list the Legacy models, Native models details are missing from the response. Is there any other API's that can be used to list Native models?

In console GCP suggests to use Cloud Translation API for managing the native models, but in that library, there are no API's to list the models

ScriptAbility_0-1680599597522.png

 



 

1 1 336
1 REPLY 1

Same here.

I suspected that Vertex AI is taking over the Auto ML API. But it turns out that only some services are going to be deprecated in Auto ML (e.g., Vision), but Translate not.