Class: Aws::Types::ConverseRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConverseRequest
- 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.
-
#additional_model_response_field_paths ⇒ ::Array[::String]
Returns the value of attribute additional_model_response_field_paths.
-
#guardrail_config ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_config.
-
#inference_config ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_config.
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
-
#prompt_variables ⇒ ::Hash[::String, Types::PromptVariableValues]
Returns the value of attribute prompt_variables.
-
#request_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_metadata.
-
#service_tier ⇒ Types::ServiceTier
Returns the value of attribute service_tier.
-
#system ⇒ ::Array[Types::SystemContentBlock]
Returns the value of attribute system.
-
#tool_config ⇒ Types::ToolConfiguration
Returns the value of attribute tool_config.
Instance Attribute Details
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
344 345 346 |
# File 'sig/types.rbs', line 344 def additional_model_request_fields @additional_model_request_fields end |
#additional_model_response_field_paths ⇒ ::Array[::String]
Returns the value of attribute additional_model_response_field_paths.
346 347 348 |
# File 'sig/types.rbs', line 346 def additional_model_response_field_paths @additional_model_response_field_paths end |
#guardrail_config ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_config.
343 344 345 |
# File 'sig/types.rbs', line 343 def guardrail_config @guardrail_config end |
#inference_config ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_config.
341 342 343 |
# File 'sig/types.rbs', line 341 def inference_config @inference_config end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
339 340 341 |
# File 'sig/types.rbs', line 339 def @messages end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
338 339 340 |
# File 'sig/types.rbs', line 338 def model_id @model_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
350 351 352 |
# File 'sig/types.rbs', line 350 def output_config @output_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
348 349 350 |
# File 'sig/types.rbs', line 348 def performance_config @performance_config end |
#prompt_variables ⇒ ::Hash[::String, Types::PromptVariableValues]
Returns the value of attribute prompt_variables.
345 346 347 |
# File 'sig/types.rbs', line 345 def prompt_variables @prompt_variables end |
#request_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_metadata.
347 348 349 |
# File 'sig/types.rbs', line 347 def @request_metadata end |
#service_tier ⇒ Types::ServiceTier
Returns the value of attribute service_tier.
349 350 351 |
# File 'sig/types.rbs', line 349 def service_tier @service_tier end |
#system ⇒ ::Array[Types::SystemContentBlock]
Returns the value of attribute system.
340 341 342 |
# File 'sig/types.rbs', line 340 def system @system end |
#tool_config ⇒ Types::ToolConfiguration
Returns the value of attribute tool_config.
342 343 344 |
# File 'sig/types.rbs', line 342 def tool_config @tool_config end |