Class: Aws::BedrockRuntime::Types::MessageStopEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::MessageStopEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The stop event for a message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_model_response_fields ⇒ Hash, ...
The additional model response fields.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#stop_reason ⇒ String
The reason why the model stopped generating output.
Instance Attribute Details
#additional_model_response_fields ⇒ Hash, ...
The additional model response fields.
1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1791 class MessageStopEvent < Struct.new( :stop_reason, :additional_model_response_fields, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
1791 1792 1793 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1791 def event_type @event_type end |
#stop_reason ⇒ String
The reason why the model stopped generating output.
1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1791 class MessageStopEvent < Struct.new( :stop_reason, :additional_model_response_fields, :event_type) SENSITIVE = [] include Aws::Structure end |