OBJECT
DataCategoryResult
Description
Data category result indicates the classification result for a data category.
link GraphQL Schema definition
- type DataCategoryResult {
- # Data category hits.
- : DataCategoryHits
- # Signifies the name of the data category.
- : String!
- # Data type hits include hits for all the data types within a data category.
- : [DataTypeHits!]!
- }