OBJECT
ContentClassificationModel
link GraphQL Schema definition
- type ContentClassificationModel implements Node {
- : ID!
- : Time!
- : Time!
- : String!
- : String!
- : ContentClassificationModelType!
- : ContentClassificationModelContentType!
- : Boolean!
- : [TopicClassification!]
- : [ContentClassificationModelContext!]
- # The classification categories used by this model.
- : [ClassificationCategory!]
- }