Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
An event containing agentic retrieval results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#generated_response ⇒ Types::AgenticRetrieveGeneratedResponse
The generated response.
-
#next_token ⇒ String
Opaque continuation token for paginated results.
-
#results ⇒ Array<Types::AgenticRetrieveResultItem>
The list of retrieved result items.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
725 726 727 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725 def event_type @event_type end |
#generated_response ⇒ Types::AgenticRetrieveGeneratedResponse
The generated response. Present only when generateResponse is true.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725 class AgenticRetrieveResultEvent < Struct.new( :generated_response, :next_token, :results, :event_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Opaque continuation token for paginated results.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725 class AgenticRetrieveResultEvent < Struct.new( :generated_response, :next_token, :results, :event_type) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::AgenticRetrieveResultItem>
The list of retrieved result items.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725 class AgenticRetrieveResultEvent < Struct.new( :generated_response, :next_token, :results, :event_type) SENSITIVE = [] include Aws::Structure end |