Module: OpenAI::Models::ContainerListResponse::MemoryLimit
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/container_list_response.rb,
sig/openai/models/container_list_response.rbs
Overview
The memory limit configured for the container.
Constant Summary collapse
- MEMORY_LIMIT_1G =
:"1g"- MEMORY_LIMIT_4G =
:"4g"- MEMORY_LIMIT_16G =
:"16g"- MEMORY_LIMIT_64G =
:"64g"
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[OpenAI::Models::ContainerListResponse::memory_limit]
121 |
# File 'sig/openai/models/container_list_response.rbs', line 121
def self?.values: -> ::Array[OpenAI::Models::ContainerListResponse::memory_limit]
|