AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains configurations for an input in an Amazon Bedrock Flows node.
Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z
public class FlowNodeInput
The FlowNodeInput type exposes the following members
Name | Description | |
---|---|---|
![]() |
FlowNodeInput() |
Name | Type | Description | |
---|---|---|---|
![]() |
Category | Amazon.BedrockAgent.FlowNodeInputCategory |
Gets and sets the property Category. Specifies how input data flows between iterations in a DoWhile loop.
|
![]() |
Expression | System.String |
Gets and sets the property Expression. An expression that formats the input for the node. For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock. |
![]() |
Name | System.String |
Gets and sets the property Name. Specifies a name for the input that you can reference. |
![]() |
Type | Amazon.BedrockAgent.FlowNodeIODataType |
Gets and sets the property Type. Specifies the data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5