Class: LiterLlm::ModerationRequest
- Inherits:
-
Object
- Object
- LiterLlm::ModerationRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input ⇒ ModerationInput?
Returns the value of attribute input.
-
#model ⇒ String?
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.
357 |
# File 'sig/types.rbs', line 357
def initialize: (?input: ModerationInput, ?model: String) -> void
|
Instance Attribute Details
#input ⇒ ModerationInput?
Returns the value of attribute input.
354 355 356 |
# File 'sig/types.rbs', line 354 def input @input end |
#model ⇒ String?
Returns the value of attribute model.
355 356 357 |
# File 'sig/types.rbs', line 355 def model @model end |