ENUM

InsightProviderType

Type of correlation applied to derive insight

link GraphQL Schema definition

  • enum InsightProviderType {
  • # Insight provided by business intelligence engine
  • BUSINESS_INTELLIGENCE
  • # Insight aggregating Governance findings
  • GOVERNANCE_FINDINGS
  • # Insight provided by machine learning engine
  • MACHINE_LEARNING
  • # Insight provided by rule engine
  • RULE
  • }