INPUT_OBJECT

CreateTopicClassificationRequestInput

link GraphQL Schema definition

  • input CreateTopicClassificationRequestInput {
  • modelID: ID!
  • # You must include one of topicID or topicName to specify the topic to classify
  • # against.
  • topicID: ID
  • # You must include one of topicID or topicName to specify the topic to classify
  • # against.
  • # If topicName does not match an existing topic, an error will be returned.
  • # The topicName is case-insensitive.
  • topicName: String
  • # Raw professions value, used if provided
  • professions: String
  • postID: ID!
  • score: Float
  • reason: String
  • metadata: Any
  • }

link Require by