Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEventAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Attributes describing the details of an agentic retrieval trace event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::AgenticRetrieveAction>
The list of actions taken during this step.
-
#failures ⇒ Array<Types::AgenticRetrieveFailure>
Failures that occurred during this step.
-
#message ⇒ String
A human-readable message describing the trace event.
-
#retrieval_metadata ⇒ Array<Types::AgenticRetrieveSourceMetadata>
Metadata about the retrieval sources used.
-
#retrieval_response ⇒ Array<Types::AgenticRetrieveTraceResultItem>
The retrieval results from this step.
-
#status ⇒ String
The status of the current step.
-
#step ⇒ String
The current step in the retrieval process.
-
#warnings ⇒ Array<Types::AgenticRetrieveWarning>
Warnings generated during this step.
Instance Attribute Details
#actions ⇒ Array<Types::AgenticRetrieveAction>
The list of actions taken during this step.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#failures ⇒ Array<Types::AgenticRetrieveFailure>
Failures that occurred during this step.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the trace event.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#retrieval_metadata ⇒ Array<Types::AgenticRetrieveSourceMetadata>
Metadata about the retrieval sources used.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#retrieval_response ⇒ Array<Types::AgenticRetrieveTraceResultItem>
The retrieval results from this step.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the current step.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#step ⇒ String
The current step in the retrieval process.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::AgenticRetrieveWarning>
Warnings generated during this step.
912 913 914 915 916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 912 class AgenticRetrieveTraceEventAttributes < Struct.new( :actions, :failures, :message, :retrieval_metadata, :retrieval_response, :status, :step, :warnings) SENSITIVE = [] include Aws::Structure end |