Class: LiterLlm::ModerationRequest
- Inherits:
-
Object
- Object
- LiterLlm::ModerationRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input ⇒ ModerationInput
readonly
Returns the value of attribute input.
-
#model ⇒ String?
readonly
Returns the value of attribute model.
Instance Method Summary collapse
-
#initialize ⇒ ModerationRequest
constructor
A new instance of ModerationRequest.
Constructor Details
#initialize ⇒ ModerationRequest
Returns a new instance of ModerationRequest.
370 |
# File 'sig/types.rbs', line 370
def initialize: (?input: ModerationInput, ?model: String) -> void
|
Instance Attribute Details
#input ⇒ ModerationInput (readonly)
Returns the value of attribute input.
367 368 369 |
# File 'sig/types.rbs', line 367 def input @input end |
#model ⇒ String? (readonly)
Returns the value of attribute model.
368 369 370 |
# File 'sig/types.rbs', line 368 def model @model end |