NodeInputSource - Amazon Bedrock

NodeInputSource

Represents the source of input data for a node field.

Contents

expression

The expression used to extract data from the source.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Required: Yes

nodeName

The name of the source node that provides the input data.

Type: String

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

Required: Yes

outputFieldName

The name of the output field from the source node.

Type: String

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

Required: Yes

See Also

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