Module: Telnyx::Models::AI::OpenAICreateResponseParams::Region
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/ai/openai_create_response_params.rb,
sig/telnyx/models/ai/openai_create_response_params.rbs
Overview
Optional data-residency region the request should be served from, using the same
vocabulary as your account's Data Locality setting. Behavior depends on mode.
Supported for Telnyx-hosted models only: a request routed to an external
provider never passes through Telnyx model routing, so a region cannot be
enforced for it. Omit for today's latency-based routing.
Constant Summary collapse
- USA =
:USA- EU =
:EU- AUS =
:AUS- UAE =
:UAE
Class Method Summary collapse
Instance 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, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/ai/openai_create_response_params.rb', line 167
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::AI::OpenAICreateResponseParams::region]
149 |
# File 'sig/telnyx/models/ai/openai_create_response_params.rbs', line 149
def self?.values: -> ::Array[Telnyx::Models::AI::OpenAICreateResponseParams::region]
|