Class: Aws::Types::OptimizePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::OptimizePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::InputPrompt
Returns the value of attribute input.
-
#target_model_id ⇒ ::String
Returns the value of attribute target_model_id.
Instance Attribute Details
#input ⇒ Types::InputPrompt
Returns the value of attribute input.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def input @input end |
#target_model_id ⇒ ::String
Returns the value of attribute target_model_id.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def target_model_id @target_model_id end |