FlowTrace
Contains information about an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
Inheritors
Types
Contains information about an output from a condition node.
Contains information about an action (operation) called by a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
Contains information about the input into a node.
Contains information about the output from a node.
Functions
Casts this FlowTrace as a ConditionNodeResultTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceConditionNodeResultEvent value. Throws an exception if the FlowTrace is not a ConditionNodeResultTrace.
Casts this FlowTrace as a ConditionNodeResultTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceConditionNodeResultEvent value. Returns null if the FlowTrace is not a ConditionNodeResultTrace.
Casts this FlowTrace as a NodeActionTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeActionEvent value. Throws an exception if the FlowTrace is not a NodeActionTrace.
Casts this FlowTrace as a NodeActionTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeActionEvent value. Returns null if the FlowTrace is not a NodeActionTrace.
Casts this FlowTrace as a NodeInputTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeInputEvent value. Throws an exception if the FlowTrace is not a NodeInputTrace.
Casts this FlowTrace as a NodeInputTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeInputEvent value. Returns null if the FlowTrace is not a NodeInputTrace.
Casts this FlowTrace as a NodeOutputTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeOutputEvent value. Throws an exception if the FlowTrace is not a NodeOutputTrace.
Casts this FlowTrace as a NodeOutputTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FlowTraceNodeOutputEvent value. Returns null if the FlowTrace is not a NodeOutputTrace.