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.
- : String
- # The example document content used for reinforcement learning.
- : String!
- # Special instructions or context for this example.
- : String
- # The type of reinforcement this document provides.
- : ClassificationReinforcementDocumentReinforcement!
- # Order in which this document appears.
- : Int
- # Whether this reinforcement document is active.
- : Boolean
- : Time
- : Time
- : ID!
- : ID
- }