Class: Aws::BedrockAgentRuntime::Types::ImageBlock

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Image content for an invocation step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the image.

Returns:

  • (String)


4346
4347
4348
4349
4350
4351
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4346

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

#sourceTypes::ImageSource

The source for the image.

Returns:



4346
4347
4348
4349
4350
4351
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4346

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