Class: Aws::Types::ConverseResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConverseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_response_fields ⇒ Object
Returns the value of attribute additional_model_response_fields.
-
#metrics ⇒ Types::ConverseMetrics
Returns the value of attribute metrics.
-
#output ⇒ Types::ConverseOutput
Returns the value of attribute output.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
-
#service_tier ⇒ Types::ServiceTier
Returns the value of attribute service_tier.
-
#stop_reason ⇒ "end_turn", ...
Returns the value of attribute stop_reason.
-
#trace ⇒ Types::ConverseTrace
Returns the value of attribute trace.
-
#usage ⇒ Types::TokenUsage
Returns the value of attribute usage.
Instance Attribute Details
#additional_model_response_fields ⇒ Object
Returns the value of attribute additional_model_response_fields.
359 360 361 |
# File 'sig/types.rbs', line 359 def additional_model_response_fields @additional_model_response_fields end |
#metrics ⇒ Types::ConverseMetrics
Returns the value of attribute metrics.
358 359 360 |
# File 'sig/types.rbs', line 358 def metrics @metrics end |
#output ⇒ Types::ConverseOutput
Returns the value of attribute output.
355 356 357 |
# File 'sig/types.rbs', line 355 def output @output end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
361 362 363 |
# File 'sig/types.rbs', line 361 def performance_config @performance_config end |
#service_tier ⇒ Types::ServiceTier
Returns the value of attribute service_tier.
362 363 364 |
# File 'sig/types.rbs', line 362 def service_tier @service_tier end |
#stop_reason ⇒ "end_turn", ...
Returns the value of attribute stop_reason.
356 357 358 |
# File 'sig/types.rbs', line 356 def stop_reason @stop_reason end |
#trace ⇒ Types::ConverseTrace
Returns the value of attribute trace.
360 361 362 |
# File 'sig/types.rbs', line 360 def trace @trace end |
#usage ⇒ Types::TokenUsage
Returns the value of attribute usage.
357 358 359 |
# File 'sig/types.rbs', line 357 def usage @usage end |