Class: Aws::BedrockAgentCore::Types::InputContentBlock

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

Overview

A block of input content.

Constant Summary collapse

SENSITIVE =
[:blob]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

The binary input content.

Returns:

  • (String)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 995

class InputContentBlock < Struct.new(
  :path,
  :text,
  :blob)
  SENSITIVE = [:blob]
  include Aws::Structure
end

#pathString

The path to the input content.

Returns:

  • (String)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 995

class InputContentBlock < Struct.new(
  :path,
  :text,
  :blob)
  SENSITIVE = [:blob]
  include Aws::Structure
end

#textString

The text input content.

Returns:

  • (String)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 995

class InputContentBlock < Struct.new(
  :path,
  :text,
  :blob)
  SENSITIVE = [:blob]
  include Aws::Structure
end