Class: Rafflesia::Types::FoldCollectionBenchmarkRequestRoutingMode

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/fold_collection_benchmark_request_routing_mode.rb

Constant Summary collapse

AUTO =
'auto'
FIXED =
'fixed'
ADAPTIVE =
'adaptive'
ALL =
[AUTO, FIXED, ADAPTIVE].freeze