Class: Aws::BedrockRuntime::Types::ImageBlockDelta

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

Instance Attribute Details

#errorTypes::ErrorBlock

Error information if this image delta could not be processed.

Returns:



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

#sourceTypes::ImageSource

The incremental image source data for this delta event.

Returns:



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