Class: Aws::Types::KnowledgeBaseFlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseFlowNodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
-
#orchestration_configuration ⇒ Types::KnowledgeBaseOrchestrationConfiguration
Returns the value of attribute orchestration_configuration.
-
#prompt_template ⇒ Types::KnowledgeBasePromptTemplate
Returns the value of attribute prompt_template.
-
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
Instance Attribute Details
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def guardrail_configuration @guardrail_configuration end |
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def inference_configuration @inference_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def knowledge_base_id @knowledge_base_id end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def model_id @model_id end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def number_of_results @number_of_results end |
#orchestration_configuration ⇒ Types::KnowledgeBaseOrchestrationConfiguration
Returns the value of attribute orchestration_configuration.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def orchestration_configuration @orchestration_configuration end |
#prompt_template ⇒ Types::KnowledgeBasePromptTemplate
Returns the value of attribute prompt_template.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def prompt_template @prompt_template end |
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def reranking_configuration @reranking_configuration end |