Module: Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::GroupType Deprecated
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/organization/beta_organization_rate_limit.rb,
sig/anthropic/models/beta/organization/beta_organization_rate_limit.rbs
Overview
Deprecated.
Use group.type instead. group_type is still returned and always equals
group.type.
Deprecated: use group.type instead. The kind of rate-limit group this entry
represents. model_group entries apply to a family of models (listed in
models); other values apply to an API-surface category and have models set
to null. Always equal to group.type.
Constant Summary collapse
- BATCH =
:batch- FILES =
:files- MODEL_GROUP =
:model_group- SKILLS =
:skills- TOKEN_COUNT =
:token_count- WEB_SEARCH =
:web_search
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/anthropic/models/beta/organization/beta_organization_rate_limit.rb', line 167
|
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::group_type]
132 |
# File 'sig/anthropic/models/beta/organization/beta_organization_rate_limit.rbs', line 132 def self?.values: -> ::Array[Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::group_type] |