Class: Aws::Types::KnowledgeBaseRetrieveAndGenerateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseRetrieveAndGenerateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_configuration ⇒ Types::GenerationConfiguration
Returns the value of attribute generation_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#orchestration_configuration ⇒ Types::OrchestrationConfiguration
Returns the value of attribute orchestration_configuration.
-
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
Instance Attribute Details
#generation_configuration ⇒ Types::GenerationConfiguration
Returns the value of attribute generation_configuration.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def generation_configuration @generation_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def knowledge_base_id @knowledge_base_id end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def model_arn @model_arn end |
#orchestration_configuration ⇒ Types::OrchestrationConfiguration
Returns the value of attribute orchestration_configuration.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def orchestration_configuration @orchestration_configuration end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def retrieval_configuration @retrieval_configuration end |