Class: Aws::BedrockRuntime::Types::MessageStopEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_model_response_fieldsHash, ...

The additional model response fields.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1752

class MessageStopEvent < Struct.new(
  :stop_reason,
  :additional_model_response_fields,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1752
1753
1754
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1752

def event_type
  @event_type
end

#stop_reasonString

The reason why the model stopped generating output.

Returns:

  • (String)


1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1752

class MessageStopEvent < Struct.new(
  :stop_reason,
  :additional_model_response_fields,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end