Class: Aws::BedrockRuntime::Types::GuardrailConverseImageBlock

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

Overview

An image block that contains images that you want to assess with a guardrail.

Constant Summary collapse

SENSITIVE =
[:source]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format details for the image type of the guardrail converse image block.

Returns:

  • (String)


1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1719

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

#sourceTypes::GuardrailConverseImageSource

The image source (image bytes) of the guardrail converse image block.



1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1719

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