Class: Aws::BedrockRuntime::Types::ImageBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ImageBlock
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Image content for a message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the image.
-
#source ⇒ Types::ImageSource
The source for the image.
Instance Attribute Details
#format ⇒ String
The format of the image.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1375 class ImageBlock < Struct.new( :format, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ImageSource
The source for the image.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1375 class ImageBlock < Struct.new( :format, :source) SENSITIVE = [] include Aws::Structure end |