Class: Aws::BedrockAgentRuntime::Types::RetrievalContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The content retrieved from a knowledge source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byte_content ⇒ String
The binary content of the retrieved item.
-
#mime_type ⇒ String
The MIME type of the retrieved content.
-
#text ⇒ String
The text content of the retrieved item.
Instance Attribute Details
#byte_content ⇒ String
The binary content of the retrieved item.
8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8169 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
The MIME type of the retrieved content.
8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8169 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The text content of the retrieved item.
8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8169 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |