NodeInputExecutionChainItem - Amazon Bedrock

NodeInputExecutionChainItem

Represents an item in the execution chain for node input tracking.

Contents

nodeName

The name of the node in the execution chain.

Type: String

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

Required: Yes

type

The type of execution chain item. Supported values are Iterator and Loop.

Type: String

Valid Values: Iterator | Loop

Required: Yes

index

The index position of this item in the execution chain.

Type: Integer

Required: No

See Also

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