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.
-
#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.
646 647 648 |
# File 'sig/types.rbs', line 646 def additional_model_request_fields @additional_model_request_fields end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
647 648 649 |
# File 'sig/types.rbs', line 647 def guardrail_configuration @guardrail_configuration end |
#inference_config ⇒ Types::InferenceConfig
Returns the value of attribute inference_config.
648 649 650 |
# File 'sig/types.rbs', line 648 def inference_config @inference_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
649 650 651 |
# File 'sig/types.rbs', line 649 def performance_config @performance_config end |
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
650 651 652 |
# File 'sig/types.rbs', line 650 def prompt_template @prompt_template end |