AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.Trace

Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class Trace

The Trace type exposes the following members

Constructors

NameDescription
Public Method Trace()

Properties

NameTypeDescription
Public Property CustomOrchestrationTrace Amazon.BedrockAgentRuntime.Model.CustomOrchestrationTrace

Gets and sets the property CustomOrchestrationTrace.

Details about the custom orchestration step in which the agent determines the order in which actions are executed.

Public Property FailureTrace Amazon.BedrockAgentRuntime.Model.FailureTrace

Gets and sets the property FailureTrace.

Contains information about the failure of the interaction.

Public Property GuardrailTrace Amazon.BedrockAgentRuntime.Model.GuardrailTrace

Gets and sets the property GuardrailTrace.

The trace details for a trace defined in the Guardrail filter.

Public Property OrchestrationTrace Amazon.BedrockAgentRuntime.Model.OrchestrationTrace

Gets and sets the property OrchestrationTrace.

Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.

Public Property PostProcessingTrace Amazon.BedrockAgentRuntime.Model.PostProcessingTrace

Gets and sets the property PostProcessingTrace.

Details about the post-processing step, in which the agent shapes the response..

Public Property PreProcessingTrace Amazon.BedrockAgentRuntime.Model.PreProcessingTrace

Gets and sets the property PreProcessingTrace.

Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.

Public Property RoutingClassifierTrace Amazon.BedrockAgentRuntime.Model.RoutingClassifierTrace

Gets and sets the property RoutingClassifierTrace.

A routing classifier's trace.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5