ClassificationAnnotation
No description
type ClassificationAnnotation implements Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
annotationValue: ClassificationAnnotationValue!
chatItemId: ID
}
No description
type ClassificationAnnotation implements Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
annotationValue: ClassificationAnnotationValue!
chatItemId: ID
}
ClassificationAnnotation.id ● ID! non-null scalarClassificationAnnotation.labelId ● ID! non-null scalarClassificationAnnotation.job ● String! non-null scalarClassificationAnnotation.path ● [[String!]!]! non-null scalarClassificationAnnotation.annotationValue ● ClassificationAnnotationValue! non-null objectClassificationAnnotation.chatItemId ● ID scalarAnnotation interface