INPUT_OBJECT

CreateClassificationReinforcementDocumentInput

CreateClassificationReinforcementDocumentInput is used for create ClassificationReinforcementDocument object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateClassificationReinforcementDocumentInput {
  • # Descriptive title for the reinforcement document.
  • title: String
  • # The example document content used for reinforcement learning.
  • body: String!
  • # Special instructions or context for this example.
  • instructions: String
  • # The type of reinforcement this document provides.
  • reinforcement: ClassificationReinforcementDocumentReinforcement!
  • # Order in which this document appears.
  • ordinal: Int
  • # Whether this reinforcement document is active.
  • active: Boolean
  • createdAt: Time
  • updatedAt: Time
  • categoryID: ID!
  • postID: ID
  • }

link Require by