INPUT_OBJECT
UpdateClassificationReinforcementDocumentInput
UpdateClassificationReinforcementDocumentInput is used for update ClassificationReinforcementDocument object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateClassificationReinforcementDocumentInput {
- # Descriptive title for the reinforcement document.
- : String
- : Boolean
- # The example document content used for reinforcement learning.
- : String
- # Special instructions or context for this example.
- : String
- : Boolean
- # 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
- : Boolean
- }