Class: Aws::Types::PromptFlowNodeInlineConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptFlowNodeInlineConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
-
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#template_configuration ⇒ Types::PromptTemplateConfiguration
Returns the value of attribute template_configuration.
-
#template_type ⇒ "TEXT", "CHAT"
Returns the value of attribute template_type.
Instance Attribute Details
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def additional_model_request_fields @additional_model_request_fields end |
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def inference_configuration @inference_configuration end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def model_id @model_id end |
#template_configuration ⇒ Types::PromptTemplateConfiguration
Returns the value of attribute template_configuration.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def template_configuration @template_configuration end |
#template_type ⇒ "TEXT", "CHAT"
Returns the value of attribute template_type.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def template_type @template_type end |