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.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def foundation_model @foundation_model end |
#inference_configuration ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_configuration.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def inference_configuration @inference_configuration end |
#override_lambda ⇒ ::String
Returns the value of attribute override_lambda.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def override_lambda @override_lambda end |
#parser_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute parser_mode.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def parser_mode @parser_mode end |
#prompt_creation_mode ⇒ "DEFAULT", "OVERRIDDEN"
Returns the value of attribute prompt_creation_mode.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def prompt_creation_mode @prompt_creation_mode end |
#text ⇒ ::String
Returns the value of attribute text.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def text @text end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def trace_id @trace_id end |
#type ⇒ "PRE_PROCESSING", ...
Returns the value of attribute type.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def type @type end |