Class: Aws::Types::ExternalSourcesGenerationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExternalSourcesGenerationConfiguration
- 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.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#kb_inference_config ⇒ Types::KbInferenceConfig
Returns the value of attribute kb_inference_config.
-
#prompt_template ⇒ Types::PromptTemplate
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.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def additional_model_request_fields @additional_model_request_fields end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def guardrail_configuration @guardrail_configuration end |
#kb_inference_config ⇒ Types::KbInferenceConfig
Returns the value of attribute kb_inference_config.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def kb_inference_config @kb_inference_config end |
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def prompt_template @prompt_template end |