Search code examples
.netmachine-learninggoogle-cloud-platformnlpgoogle-cloud-vertex-ai

Google Cloud Vertex AI with .Net


I am new to google cloud service VERTEX AI.

I am looking to Create, train, and deploy an AutoML text classification model through .Net application. I did not find anything for .Net with Vertex AI. If someone can please guide my to the location or any .Net code samples, will be really helpful.


Solution

  • You can check Google.Cloud.AutoML.V1 NuGet package for .NET. Additionally, check the Github of Google.Cloud.AutoML.V1 NuGet Package where you can see the sample codes.