FlowTraceNodeActionEvent

Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the node that called the operation.

Link copied to clipboard

The name of the operation that the node called.

Link copied to clipboard

The ID of the request that the node made to the operation.

Link copied to clipboard

The name of the service that the node called.

Link copied to clipboard

The date and time that the operation was called.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String