Class: Aws::Types::KnowledgeBaseOrchestrationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseOrchestrationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
-
#inference_config ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_config.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
-
#prompt_template ⇒ Types::KnowledgeBasePromptTemplate
Returns the value of attribute prompt_template.
Instance Attribute Details
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def additional_model_request_fields @additional_model_request_fields end |
#inference_config ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_config.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def inference_config @inference_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def performance_config @performance_config end |
#prompt_template ⇒ Types::KnowledgeBasePromptTemplate
Returns the value of attribute prompt_template.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def prompt_template @prompt_template end |