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.
- : Analyzer
- # Result stores the classification result information for the data type.
- : DataTypeStats
- }