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.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def generation_configuration @generation_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def knowledge_base_id @knowledge_base_id end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def model_arn @model_arn end |
#orchestration_configuration ⇒ Types::OrchestrationConfiguration
Returns the value of attribute orchestration_configuration.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def orchestration_configuration @orchestration_configuration end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def retrieval_configuration @retrieval_configuration end |