Module: OpenAI::Models::Graders::StringCheckGrader::Operation
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/graders/string_check_grader.rb
Overview
The string check operation to perform. One of ‘eq`, `ne`, `like`, or `ilike`.
Constant Summary collapse
- EQ =
:eq
- NE =
:ne
- LIKE =
:like
- ILIKE =
:ilike
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type