Class: Aws::BedrockRuntime::Types::SearchResultBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::SearchResultBlock
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A search result block that enables natural citations with proper source attribution for retrieved content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#citations ⇒ Types::CitationsConfig
Configuration setting for citations.
-
#content ⇒ Array<Types::SearchResultContentBlock>
An array of search result content block.
-
#source ⇒ String
The source URL or identifier for the content.
-
#title ⇒ String
A descriptive title for the search result.
Instance Attribute Details
#citations ⇒ Types::CitationsConfig
Configuration setting for citations
4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4007 class SearchResultBlock < Struct.new( :source, :title, :content, :citations) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Array<Types::SearchResultContentBlock>
An array of search result content block.
4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4007 class SearchResultBlock < Struct.new( :source, :title, :content, :citations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source URL or identifier for the content.
4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4007 class SearchResultBlock < Struct.new( :source, :title, :content, :citations) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A descriptive title for the search result.
4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4007 class SearchResultBlock < Struct.new( :source, :title, :content, :citations) SENSITIVE = [] include Aws::Structure end |