OrchestrationTrace
Trace contains intermidate response during orchestration
Inheritors
Types
Trace Part which contains input details for action group or knowledge base
Trace Part which contains information used to call Invoke Model
Trace Part which contains output details for action group or knowledge base or final response
Trace Part which contains information related to reasoning
Functions
Casts this OrchestrationTrace as a InvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.InvocationInput value. Throws an exception if the OrchestrationTrace is not a InvocationInput.
Casts this OrchestrationTrace as a InvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.InvocationInput value. Returns null if the OrchestrationTrace is not a InvocationInput.
Casts this OrchestrationTrace as a ModelInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ModelInvocationInput value. Throws an exception if the OrchestrationTrace is not a ModelInvocationInput.
Casts this OrchestrationTrace as a ModelInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ModelInvocationInput value. Returns null if the OrchestrationTrace is not a ModelInvocationInput.
Casts this OrchestrationTrace as a Observation and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Observation value. Throws an exception if the OrchestrationTrace is not a Observation.
Casts this OrchestrationTrace as a Observation and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Observation value. Returns null if the OrchestrationTrace is not a Observation.
Casts this OrchestrationTrace as a Rationale and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Rationale value. Throws an exception if the OrchestrationTrace is not a Rationale.
Casts this OrchestrationTrace as a Rationale and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Rationale value. Returns null if the OrchestrationTrace is not a Rationale.