Module: Anthropic::Models::Messages::BatchCreateParams::Request::Params::ServiceTier

Extended by:
Internal::Type::Enum
Defined in:
lib/anthropic/models/messages/batch_create_params.rb,
sig/anthropic/models/messages/batch_create_params.rbs

Overview

Determines whether to use priority capacity (if available) or standard capacity for this request.

Anthropic offers different levels of service for your API requests. See service-tiers for details.

See Also:

  • Anthropic::Models::Messages::BatchCreateParams::Request::Params#service_tier

Constant Summary collapse

AUTO =

Returns:

  • (:auto)
:auto
STANDARD_ONLY =

Returns:

  • (:standard_only)
:standard_only

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[Anthropic::Models::Messages::BatchCreateParams::Request::Params::service_tier]

Returns:

  • (::Array[Anthropic::Models::Messages::BatchCreateParams::Request::Params::service_tier])


199
# File 'sig/anthropic/models/messages/batch_create_params.rbs', line 199

def self?.values: -> ::Array[Anthropic::Models::Messages::BatchCreateParams::Request::Params::service_tier]