Class: Aws::Types::CustomPromptInterface
- Inherits:
-
Object
- Object
- Aws::Types::CustomPromptInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
-
#output_style ⇒ ::String
Returns the value of attribute output_style.
-
#prompt_summary ⇒ ::String
Returns the value of attribute prompt_summary.
-
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
-
#response_length ⇒ ::String
Returns the value of attribute response_length.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
-
#tone ⇒ ::String
Returns the value of attribute tone.
Instance Attribute Details
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def custom_instructions @custom_instructions end |
#identity ⇒ ::String
Returns the value of attribute identity.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def identity @identity end |
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def model_profile_id @model_profile_id end |
#output_style ⇒ ::String
Returns the value of attribute output_style.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def output_style @output_style end |
#prompt_summary ⇒ ::String
Returns the value of attribute prompt_summary.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def prompt_summary @prompt_summary end |
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def qbs_aws_account_id @qbs_aws_account_id end |
#response_length ⇒ ::String
Returns the value of attribute response_length.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def response_length @response_length end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def subscription_id @subscription_id end |
#tone ⇒ ::String
Returns the value of attribute tone.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def tone @tone end |