@Saravan S AFAIK , there's no official C# library or direct API call currently available to fetch evaluation metrics like groundedness and coherence from Azure AI Studio as of today.
An alternative solution is exploring Azure Machine Learning Studio (AML Studio). While Azure AI Studio focuses on a user-friendly interface, AML Studio offers a more developer-centric experience.If your experiments are already deployed as web services in AML Studio, you can potentially access evaluation metrics through its REST API.The AML Studio API supports C# libraries like Microsoft.Azure.MachineLearning.Client
. You'd need to explore the specific API calls to retrieve the desired metrics. Reference for AML Studio API can be found here: https://video2.skills-academy.com/en-us/azure/machine-learning/?view=azureml-api-2
Best,
Grace