OBJECT
ClassificationRequest
link GraphQL Schema definition
- type ClassificationRequest implements Node {
- : ID!
- # The url to classify.
- : String
- : ClassificationRequestClassificationType!
- : ClassificationRequestStatus!
- # The storage key of the uploaded file.
- : String
- # The original filename of the uploaded file.
- : String
- # The content type of the uploaded file.
- : String
- : Time!
- : Time!
- # The raw text of the uploaded file or url
- : String
- : [ClassificationScore!]
- # The topics this post is associated with
- : [Topic!]
- }