Class: Aws::BedrockAgentRuntime::Types::RetrievalResultS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultS3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The S3 data source location.
This data type is used in the following API operations:
- Retrieve response][1
-
– in the ‘s3Location` field
- RetrieveAndGenerate response][2
-
– in the ‘s3Location` field
- InvokeAgent response][3
-
– in the ‘s3Location` field
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Retrieve.html#API_agent-runtime_Retrieve_ResponseSyntax [2]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html#API_agent-runtime_RetrieveAndGenerate_ResponseSyntax [3]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html#API_agent-runtime_InvokeAgent_ResponseSyntax
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The S3 URI for the data source location.
Instance Attribute Details
#uri ⇒ String
The S3 URI for the data source location.
7687 7688 7689 7690 7691 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 7687 class RetrievalResultS3Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |