Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesTypes::AgenticRetrieveTraceEventAttributes

The attributes describing the trace event details.



1143
1144
1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1143

class AgenticRetrieveTraceEvent < Struct.new(
  :attributes,
  :id,
  :timestamp,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1143
1144
1145
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1143

def event_type
  @event_type
end

#idString

The unique identifier of the trace event.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1143

class AgenticRetrieveTraceEvent < Struct.new(
  :attributes,
  :id,
  :timestamp,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The timestamp when the trace event occurred.

Returns:

  • (Integer)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1143

class AgenticRetrieveTraceEvent < Struct.new(
  :attributes,
  :id,
  :timestamp,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end