Class: Aws::BedrockRuntime::Types::ImageBlockStart

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

The initial event in a streaming image block that indicates the start of image content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the image data that will be streamed in subsequent delta events.

Returns:

  • (String)


3075
3076
3077
3078
3079
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3075

class ImageBlockStart < Struct.new(
  :format)
  SENSITIVE = []
  include Aws::Structure
end