Class: Aws::BedrockRuntime::Types::ImageBlockDelta
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ImageBlockDelta
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A streaming delta event that contains incremental image data during streaming responses.
Constant Summary collapse
- SENSITIVE =
[:source, :error]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorBlock
Error information if this image delta could not be processed.
-
#source ⇒ Types::ImageSource
The incremental image source data for this delta event.
Instance Attribute Details
#error ⇒ Types::ErrorBlock
Error information if this image delta could not be processed.
3058 3059 3060 3061 3062 3063 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3058 class ImageBlockDelta < Struct.new( :source, :error) SENSITIVE = [:source, :error] include Aws::Structure end |
#source ⇒ Types::ImageSource
The incremental image source data for this delta event.
3058 3059 3060 3061 3062 3063 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3058 class ImageBlockDelta < Struct.new( :source, :error) SENSITIVE = [:source, :error] include Aws::Structure end |