Class: Anthropic::Models::Beta::BetaEffortCapability
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaEffortCapability
- Defined in:
- lib/anthropic/models/beta/beta_effort_capability.rb
Instance Attribute Summary collapse
-
#high ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports high effort level.
-
#low ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports low effort level.
-
#max ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports max effort level.
-
#medium ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports medium effort level.
-
#supported ⇒ Boolean
Whether this capability is supported by the model.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Anthropic::Internal::Type::BaseModel
Instance Attribute Details
#high ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports high effort level.
11 |
# File 'lib/anthropic/models/beta/beta_effort_capability.rb', line 11 required :high, -> { Anthropic::Beta::BetaCapabilitySupport } |
#low ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports low effort level.
17 |
# File 'lib/anthropic/models/beta/beta_effort_capability.rb', line 17 required :low, -> { Anthropic::Beta::BetaCapabilitySupport } |
#max ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports max effort level.
23 |
# File 'lib/anthropic/models/beta/beta_effort_capability.rb', line 23 required :max, -> { Anthropic::Beta::BetaCapabilitySupport } |
#medium ⇒ Anthropic::Models::Beta::BetaCapabilitySupport
Whether the model supports medium effort level.
29 |
# File 'lib/anthropic/models/beta/beta_effort_capability.rb', line 29 required :medium, -> { Anthropic::Beta::BetaCapabilitySupport } |
#supported ⇒ Boolean
Whether this capability is supported by the model.
35 |
# File 'lib/anthropic/models/beta/beta_effort_capability.rb', line 35 required :supported, Anthropic::Internal::Type::Boolean |