Class: Aws::Types::GenerationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GenerationConfiguration
- 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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def additional_model_request_fields @additional_model_request_fields end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def guardrail_configuration @guardrail_configuration end |
#kb_inference_config ⇒ Types::KbInferenceConfig
Returns the value of attribute kb_inference_config.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def kb_inference_config @kb_inference_config end |
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def prompt_template @prompt_template end |