Class: Aws::Types::TextPromptTemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TextPromptTemplateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
-
#input_variables ⇒ ::Array[Types::PromptInputVariable]
Returns the value of attribute input_variables.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def cache_point @cache_point end |
#input_variables ⇒ ::Array[Types::PromptInputVariable]
Returns the value of attribute input_variables.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def input_variables @input_variables end |
#text ⇒ ::String
Returns the value of attribute text.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def text @text end |