Hi @YutongTie-MSFT . Thanks for responding.
In am using Online Evaluation with Azure AI Project SDK for creating the schedule as discussed in the article. I followed same steps as discussed in the article.
I want to know followings:
- what query should be written to fetch the evaluation schedule and its results.
- How and where to check the already existing schedule status(i.e whether its failed in execution or it running and if failed what caused it to fail)
- cant i trigger it with crontrigger and if yes then how as i tried creating a cron trigger but i am not able to create as the .as_dict() method of crontrigger is not working.