Class: Aws::Types::ConverseStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConverseStreamRequest
- 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::GuardrailStreamConfiguration
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.
388 389 390 |
# File 'sig/types.rbs', line 388 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.
390 391 392 |
# File 'sig/types.rbs', line 390 def additional_model_response_field_paths @additional_model_response_field_paths end |
#guardrail_config ⇒ Types::GuardrailStreamConfiguration
Returns the value of attribute guardrail_config.
387 388 389 |
# File 'sig/types.rbs', line 387 def guardrail_config @guardrail_config end |
#inference_config ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_config.
385 386 387 |
# File 'sig/types.rbs', line 385 def inference_config @inference_config end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
383 384 385 |
# File 'sig/types.rbs', line 383 def @messages end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def model_id @model_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
394 395 396 |
# File 'sig/types.rbs', line 394 def output_config @output_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
392 393 394 |
# File 'sig/types.rbs', line 392 def performance_config @performance_config end |
#prompt_variables ⇒ ::Hash[::String, Types::PromptVariableValues]
Returns the value of attribute prompt_variables.
389 390 391 |
# File 'sig/types.rbs', line 389 def prompt_variables @prompt_variables end |
#request_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_metadata.
391 392 393 |
# File 'sig/types.rbs', line 391 def @request_metadata end |
#service_tier ⇒ Types::ServiceTier
Returns the value of attribute service_tier.
393 394 395 |
# File 'sig/types.rbs', line 393 def service_tier @service_tier end |
#system ⇒ ::Array[Types::SystemContentBlock]
Returns the value of attribute system.
384 385 386 |
# File 'sig/types.rbs', line 384 def system @system end |
#tool_config ⇒ Types::ToolConfiguration
Returns the value of attribute tool_config.
386 387 388 |
# File 'sig/types.rbs', line 386 def tool_config @tool_config end |