OBJECT
SampledColumn
Description
Sampled column with classification information.
link GraphQL Schema definition
- type SampledColumn {
- # Represents the column name.
- : String!
- # Represents the data type display name.
- : String!
- # Represents the data type ID detected in this column.
- : String!
- # Represents the list of classification previews for this column.
- : [ClassificationPreview!]!
- }