Class: Aws::BedrockRuntime::Types::ImageBlockStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ImageBlockStart
- 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
-
#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.
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 |