Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A trace event providing visibility into the agentic retrieval process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::AgenticRetrieveTraceEventAttributes
The attributes describing the trace event details.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#id ⇒ String
The unique identifier of the trace event.
-
#timestamp ⇒ Integer
The timestamp when the trace event occurred.
Instance Attribute Details
#attributes ⇒ Types::AgenticRetrieveTraceEventAttributes
The attributes describing the trace event details.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 867 class AgenticRetrieveTraceEvent < Struct.new( :attributes, :id, :timestamp, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
867 868 869 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 867 def event_type @event_type end |
#id ⇒ String
The unique identifier of the trace event.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 867 class AgenticRetrieveTraceEvent < Struct.new( :attributes, :id, :timestamp, :event_type) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Integer
The timestamp when the trace event occurred.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 867 class AgenticRetrieveTraceEvent < Struct.new( :attributes, :id, :timestamp, :event_type) SENSITIVE = [] include Aws::Structure end |