Class: Telnyx::Models::AI::InferenceEmbedding::FallbackConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::InferenceEmbedding::FallbackConfig
- Defined in:
- lib/telnyx/models/ai/inference_embedding.rb
Overview
Defined Under Namespace
Classes: ExternalLlm
Instance Attribute Summary collapse
- #external_llm ⇒ Telnyx::Models::AI::InferenceEmbedding::FallbackConfig::ExternalLlm?
-
#llm_api_key_ref ⇒ String?
Integration secret identifier for the fallback model API key.
-
#model ⇒ String?
Fallback Telnyx-hosted model to use when the primary LLM provider is unavailable.
Instance Method Summary collapse
-
#initialize(external_llm: nil, llm_api_key_ref: nil, model: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see FallbackConfig for more details.
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(external_llm: nil, llm_api_key_ref: nil, model: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::InferenceEmbedding::FallbackConfig for more details.
|
|
# File 'lib/telnyx/models/ai/inference_embedding.rb', line 312
|
Instance Attribute Details
#external_llm ⇒ Telnyx::Models::AI::InferenceEmbedding::FallbackConfig::ExternalLlm?
297 |
# File 'lib/telnyx/models/ai/inference_embedding.rb', line 297 optional :external_llm, -> { Telnyx::AI::InferenceEmbedding::FallbackConfig::ExternalLlm } |
#llm_api_key_ref ⇒ String?
Integration secret identifier for the fallback model API key.
303 |
# File 'lib/telnyx/models/ai/inference_embedding.rb', line 303 optional :llm_api_key_ref, String |
#model ⇒ String?
Fallback Telnyx-hosted model to use when the primary LLM provider is unavailable.
310 |
# File 'lib/telnyx/models/ai/inference_embedding.rb', line 310 optional :model, String |