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.
CodePudding user response:
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.