Class: Aws::Types::ModelInvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
-
#inference_configuration ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_configuration.
-
#override_lambda ⇒ ::String
Returns the value of attribute override_lambda.
-
#parser_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute parser_mode.
-
#prompt_creation_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute prompt_creation_mode.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
-
#type ⇒ "PRE_PROCESSING", ...
Returns the value of attribute type.
Instance Attribute Details
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def foundation_model @foundation_model end |
#inference_configuration ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_configuration.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def inference_configuration @inference_configuration end |
#override_lambda ⇒ ::String
Returns the value of attribute override_lambda.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def override_lambda @override_lambda end |
#parser_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute parser_mode.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def parser_mode @parser_mode end |
#prompt_creation_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute prompt_creation_mode.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def prompt_creation_mode @prompt_creation_mode end |
#text ⇒ ::String
Returns the value of attribute text.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def text @text end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def trace_id @trace_id end |
#type ⇒ "PRE_PROCESSING", ...
Returns the value of attribute type.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def type @type end |