Class: Aws::Types::PromptConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptConfiguration
- 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.
-
#base_prompt_template ⇒ ::String
Returns the value of attribute base_prompt_template.
-
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
-
#inference_configuration ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_configuration.
-
#parser_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute parser_mode.
-
#prompt_creation_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute prompt_creation_mode.
-
#prompt_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute prompt_state.
-
#prompt_type ⇒ "PRE_PROCESSING", ...
Returns the value of attribute prompt_type.
Instance Attribute Details
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def additional_model_request_fields @additional_model_request_fields end |
#base_prompt_template ⇒ ::String
Returns the value of attribute base_prompt_template.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def base_prompt_template @base_prompt_template end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def foundation_model @foundation_model end |
#inference_configuration ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_configuration.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def inference_configuration @inference_configuration end |
#parser_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute parser_mode.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def parser_mode @parser_mode end |
#prompt_creation_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute prompt_creation_mode.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def prompt_creation_mode @prompt_creation_mode end |
#prompt_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute prompt_state.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def prompt_state @prompt_state end |
#prompt_type ⇒ "PRE_PROCESSING", ...
Returns the value of attribute prompt_type.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def prompt_type @prompt_type end |