az monitor log-analytics query \ --workspace <workspace-id> \ --analytics-query " customEvents | where name == 'Request' | extend prediction = tostring(customDimensions.Response) | where prediction in ('[\"0\"]', '[\"1\"]') | summarize count() by prediction, bin(timestamp, 5m) | order by timestamp desc" \ --timespan PT1H