AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.FlowNodeInput

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class FlowNodeInput

The FlowNodeInput type exposes the following members

Constructors

NameDescription
Public Method FlowNodeInput()

Properties

NameTypeDescription
Public Property Category Amazon.BedrockAgent.FlowNodeInputCategory

Gets and sets the property Category.

Specifies how input data flows between iterations in a DoWhile loop.

  • LoopCondition - Controls whether the loop continues by evaluating condition expressions against the input data. Use this category to define the condition that determines if the loop should continue.

  • ReturnValueToLoopStart - Defines data to pass back to the start of the loop's next iteration. Use this category for variables that you want to update for each loop iteration.

  • ExitLoop - Defines the value that's available once the loop ends. Use this category to expose loop results to nodes outside the loop.

Public Property 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.

Public Property Name System.String

Gets and sets the property Name.

Specifies a name for the input that you can reference.

Public Property 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.

Version Information

.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