Class: Aws::BedrockRuntime::Types::ImageBlock

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

Overview

Image content for a message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the image.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1011

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

#sourceTypes::ImageSource

The source for the image.

Returns:



1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1011

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