Module: Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::GroupType

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

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.

See Also:

  • Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit#group_type

Constant Summary collapse

BATCH =

Returns:

:batch
FILES =

Returns:

:files
MODEL_GROUP =

Returns:

:model_group
SKILLS =

Returns:

:skills
TOKEN_COUNT =

Returns:

:token_count
WEB_SEARCH =

Returns:

: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

.valuesArray<Symbol>

Returns:



# File 'lib/anthropic/models/beta/organization/beta_organization_rate_limit.rb', line 74

Instance Method Details

#self?.values::Array[Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::group_type]

Returns:



59
# File 'sig/anthropic/models/beta/organization/beta_organization_rate_limit.rbs', line 59

def self?.values: -> ::Array[Anthropic::Models::Beta::Organization::BetaOrganizationRateLimit::group_type]