Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceEventAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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

Instance Attribute Details

#actionsArray<Types::AgenticRetrieveAction>

The list of actions taken during this step.

Returns:



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#failuresArray<Types::AgenticRetrieveFailure>

Failures that occurred during this step.

Returns:



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable message describing the trace event.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#retrieval_metadataArray<Types::AgenticRetrieveSourceMetadata>

Metadata about the retrieval sources used.



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#retrieval_responseArray<Types::AgenticRetrieveTraceResultItem>

The retrieval results from this step.



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the current step.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#stepString

The current step in the retrieval process.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<Types::AgenticRetrieveWarning>

Warnings generated during this step.

Returns:



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1188

class AgenticRetrieveTraceEventAttributes < Struct.new(
  :actions,
  :failures,
  :message,
  :retrieval_metadata,
  :retrieval_response,
  :status,
  :step,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end