Class: Aws::BedrockRuntime::Types::ContentBlockDeltaEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ContentBlockDeltaEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The content block delta event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_block_index ⇒ Integer
The block index for a content block delta event.
-
#delta ⇒ Types::ContentBlockDelta
The delta for a content block delta event.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#content_block_index ⇒ Integer
The block index for a content block delta event.
210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 210 class ContentBlockDeltaEvent < Struct.new( :delta, :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#delta ⇒ Types::ContentBlockDelta
The delta for a content block delta event.
210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 210 class ContentBlockDeltaEvent < Struct.new( :delta, :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
210 211 212 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 210 def event_type @event_type end |