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.

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

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.OrchestrationTrace

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

Syntax

C#
public class OrchestrationTrace

The OrchestrationTrace type exposes the following members

Constructors

NameDescription
Public Method OrchestrationTrace()

Properties

NameTypeDescription
Public Property InvocationInput Amazon.BedrockAgentRuntime.Model.InvocationInput

Gets and sets the property InvocationInput.

Contains information pertaining to the action group or knowledge base that is being invoked.

Public Property ModelInvocationInput Amazon.BedrockAgentRuntime.Model.ModelInvocationInput

Gets and sets the property ModelInvocationInput.

The input for the orchestration step.

  • The type is ORCHESTRATION.

  • The text contains the prompt.

  • The inferenceConfiguration, parserMode, and overrideLambda values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.

Public Property ModelInvocationOutput Amazon.BedrockAgentRuntime.Model.OrchestrationModelInvocationOutput

Gets and sets the property ModelInvocationOutput.

Contains information pertaining to the output from the foundation model that is being invoked.

Public Property Observation Amazon.BedrockAgentRuntime.Model.Observation

Gets and sets the property Observation.

Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.

Public Property Rationale Amazon.BedrockAgentRuntime.Model.Rationale

Gets and sets the property Rationale.

Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.

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