Module: OpenAI::Models::ModerationModel
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/moderation_model.rb
Constant Summary collapse
- OMNI_MODERATION_LATEST =
:"omni-moderation-latest"
- OMNI_MODERATION_2024_09_26 =
:"omni-moderation-2024-09-26"
- TEXT_MODERATION_LATEST =
:"text-moderation-latest"
- TEXT_MODERATION_STABLE =
:"text-moderation-stable"
Class Method Summary collapse
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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/openai/models/moderation_model.rb', line 13
|