enum

Crig::Providers::OpenRouter::LatencyThreshold::Kind

Inherits Enum < Comparable < Value < Object

Constants

Simple = 0
Percentile = 1

Instance methods

percentile?

Returns true if this enum value equals Percentile

Source
simple?

Returns true if this enum value equals Simple

Source