OBJECT

DataTypeResult

Description

DataTypeResult represents the result for a specific data type.

link GraphQL Schema definition

  • type DataTypeResult {
  • # Stores the information for the data type.
  • dataType: Analyzer
  • # Result stores the classification result information for the data type.
  • result: DataTypeStats
  • }

link Require by