Module: Anthropic::Models::Beta::UserProfileUpdateParams::AccessType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/user_profile_update_params.rb,
sig/anthropic/models/beta/user_profile_update_params.rbs
Overview
How the platform uses the API on behalf of the entity this profile represents.
application: the platform sells a product that uses the API behind the scenes,
and the profile represents an individual end-user of that product.
passthrough: the platform resells raw inference, and the profile identifies
the resold-to company.
Constant Summary collapse
- APPLICATION =
The user profile represents an individual end-user of a product that the platform builds on the API. New profiles get this value by default.
:application- PASSTHROUGH =
The user profile represents a company that the platform resells Claude access to.
:passthrough
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/user_profile_update_params.rb', line 122
|
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::UserProfileUpdateParams::access_type]
91 |
# File 'sig/anthropic/models/beta/user_profile_update_params.rbs', line 91 def self?.values: -> ::Array[Anthropic::Models::Beta::UserProfileUpdateParams::access_type] |