Module: Vapi::Types::StructuredOutputEvaluationResultComparator
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/vapi/types/structured_output_evaluation_result_comparator.rb
Constant Summary collapse
- EQUAL_TO =
"="- NOT_EQUALS =
"!="- GREATER_THAN =
">"- LESS_THAN =
"<"- GREATER_THAN_OR_EQUAL_TO =
">="- LESS_THAN_OR_EQUAL_TO =
"<="
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values