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.
-
#inference_config ⇒ Types::InferenceConfig
Returns the value of attribute inference_config.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_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.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def additional_model_request_fields @additional_model_request_fields end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def guardrail_configuration @guardrail_configuration end |
#inference_config ⇒ Types::InferenceConfig
Returns the value of attribute inference_config.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def inference_config @inference_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def performance_config @performance_config end |
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def prompt_template @prompt_template end |