Class: Aws::BedrockRuntime::Types::ImageBlockStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ImageBlockStart
- Includes:
- Structure
- Defined in:
- 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
-
#format ⇒ String
The format of the image data that will be streamed in subsequent delta events.
Instance Attribute Details
#format ⇒ String
The format of the image data that will be streamed in subsequent delta events.
3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3102 class ImageBlockStart < Struct.new( :format) SENSITIVE = [] include Aws::Structure end |