NodeActionTrace
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.
Inherited 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.