Class: Anthropic::Models::Beta::Organization::BetaOrganizationRateLimitBatchGroup

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rb,
sig/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(id:, type: :batch) ⇒ BetaOrganizationRateLimitBatchGroup

Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::BetaOrganizationRateLimitBatchGroup for more details.

Parameters:

  • id (String) —

    Opaque identifier of the rate-limit group (for example, `rlg_01VPTCmyiu5ZLsWkcxY

  • type (Symbol, :batch) (defaults to: :batch) —

    Always batch: the Message Batches API.

  • id: (String)
  • type: (:batch) (defaults to: :batch)


# File 'lib/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rb', line 22

Instance Attribute Details

#id ⇒ String

Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.

Parameters:

  • value (String)

Returns:

  • (String)


14
# File 'lib/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rb', line 14

required :id, String

#type ⇒ Symbol, :batch

Always batch: the Message Batches API.

Parameters:

  • value (:batch)

Returns:

  • (Symbol, :batch)


20
# File 'lib/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rb', line 20

required :type, const: :batch

Instance Method Details

#to_hash ⇒ { id: String, type: :batch }

Returns:

  • ({ id: String, type: :batch })


15
# File 'sig/anthropic/models/beta/organization/beta_organization_rate_limit_batch_group.rbs', line 15

def to_hash: -> { id: String, type: :batch }