Class: Aws::BedrockRuntime::Types::ContentBlockStartEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ContentBlockStartEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Content block start event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_block_index ⇒ Integer
The index for a content block start event.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#start ⇒ Types::ContentBlockStart
Start information about a content block start event.
Instance Attribute Details
#content_block_index ⇒ Integer
The index for a content block start event.
251 252 253 254 255 256 257 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 251 class ContentBlockStartEvent < Struct.new( :start, :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
251 252 253 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 251 def event_type @event_type end |
#start ⇒ Types::ContentBlockStart
Start information about a content block start event.
251 252 253 254 255 256 257 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 251 class ContentBlockStartEvent < Struct.new( :start, :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |