Class: Aws::BedrockAgentRuntime::Types::RetrievalResultLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultLocation
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the data source location.
This data type is used in the following API operations:
Retrieve response – in the
location
fieldRetrieveAndGenerate response – in the
location
fieldInvokeAgent response – in the
location
field
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confluence_location ⇒ Types::RetrievalResultConfluenceLocation
The Confluence data source location.
-
#custom_document_location ⇒ Types::RetrievalResultCustomDocumentLocation
Specifies the location of a document in a custom data source.
-
#kendra_document_location ⇒ Types::RetrievalResultKendraDocumentLocation
The location of a document in Amazon Kendra.
-
#s3_location ⇒ Types::RetrievalResultS3Location
The S3 data source location.
-
#salesforce_location ⇒ Types::RetrievalResultSalesforceLocation
The Salesforce data source location.
-
#share_point_location ⇒ Types::RetrievalResultSharePointLocation
The SharePoint data source location.
-
#sql_location ⇒ Types::RetrievalResultSqlLocation
Specifies information about the SQL query used to retrieve the result.
-
#type ⇒ String
The type of data source location.
-
#web_location ⇒ Types::RetrievalResultWebLocation
The web URL/URLs data source location.
Instance Attribute Details
#confluence_location ⇒ Types::RetrievalResultConfluenceLocation
The Confluence data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#custom_document_location ⇒ Types::RetrievalResultCustomDocumentLocation
Specifies the location of a document in a custom data source.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#kendra_document_location ⇒ Types::RetrievalResultKendraDocumentLocation
The location of a document in Amazon Kendra.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::RetrievalResultS3Location
The S3 data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#salesforce_location ⇒ Types::RetrievalResultSalesforceLocation
The Salesforce data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#share_point_location ⇒ Types::RetrievalResultSharePointLocation
The SharePoint data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#sql_location ⇒ Types::RetrievalResultSqlLocation
Specifies information about the SQL query used to retrieve the result.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |
#web_location ⇒ Types::RetrievalResultWebLocation
The web URL/URLs data source location.
5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166 class RetrievalResultLocation < Struct.new( :confluence_location, :custom_document_location, :kendra_document_location, :s3_location, :salesforce_location, :share_point_location, :sql_location, :type, :web_location) SENSITIVE = [] include Aws::Structure end |