Module: OpenAI::Models::Admin::Organization::ProjectResidency
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/admin/organization/project_residency.rb,
sig/openai/models/admin/organization/project_residency.rbs
Constant Summary collapse
- GLOBAL =
:GLOBAL- US_STORAGE_PROCESSING =
:US_STORAGE_PROCESSING- EU_STORAGE_PROCESSING =
:EU_STORAGE_PROCESSING- JP_STORAGE =
:JP_STORAGE- KR_STORAGE =
:KR_STORAGE- CA_STORAGE =
:CA_STORAGE- SG_STORAGE =
:SG_STORAGE- IN_STORAGE =
:IN_STORAGE- AU_STORAGE =
:AU_STORAGE- GB_STORAGE =
:GB_STORAGE- AE_STORAGE =
:AE_STORAGE- AE_STORAGE_PROCESSING =
:AE_STORAGE_PROCESSING
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, coerce_with_error, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openai/models/admin/organization/project_residency.rb', line 23
|
Instance Method Details
#self?.values ⇒ ::Array[OpenAI::Models::Admin::Organization::project_residency]
35 |
# File 'sig/openai/models/admin/organization/project_residency.rbs', line 35
def self?.values: -> ::Array[OpenAI::Models::Admin::Organization::project_residency]
|