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.



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_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



867
868
869
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 867

def event_type
  @event_type
end

#idString

The unique identifier of the trace event.

Returns:

  • (String)


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

#timestampInteger

The timestamp when the trace event occurred.

Returns:

  • (Integer)


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