NodeActionEvent - Amazon Bedrock

NodeActionEvent

Contains information about an action (operation) called by a node during execution.

Contents

nodeName

The name of the node that called the operation.

Type: String

Pattern: [a-zA-Z]([_]?[0-9a-zA-Z]){0,99}

Required: Yes

operationName

The name of the operation that the node called.

Type: String

Required: Yes

requestId

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

Type: String

Required: Yes

serviceName

The name of the service that the node called.

Type: String

Required: Yes

timestamp

The date and time that the operation was called.

Type: Timestamp

Required: Yes

operationRequest

The request payload sent to the downstream service.

Type: JSON value

Required: No

operationResponse

The response payload received from the downstream service.

Type: JSON value

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: