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.
8343 8344 8345 8346 8347 8348 8349 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8343 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
The MIME type of the retrieved content.
8343 8344 8345 8346 8347 8348 8349 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8343 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The text content of the retrieved item.
8343 8344 8345 8346 8347 8348 8349 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8343 class RetrievalContent < Struct.new( :byte_content, :mime_type, :text) SENSITIVE = [] include Aws::Structure end |