Module: Anthropic::Models::Beta::BetaFallbackCreditUsage::Status
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/anthropic/models/beta/beta_fallback_credit_usage.rb,
sig/anthropic/models/beta/beta_fallback_credit_usage.rbs
Overview
Whether the fallback-credit reprice was applied to this response's billing.
A union discriminated on type. redeemed: the retry is billed as if the
conversation had been on the retry model all along — including when the
resulting shift is zero because there was nothing to move. not_applied: no
reprice was applied; the arm's reason says why.
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, variants
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?.variants ⇒ ::Array[Anthropic::Models::Beta::BetaFallbackCreditUsage::status]
27 |
# File 'sig/anthropic/models/beta/beta_fallback_credit_usage.rbs', line 27
def self?.variants: -> ::Array[Anthropic::Models::Beta::BetaFallbackCreditUsage::status]
|