class Aws::BedrockAgent::Types::FlowNodeInput
@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/FlowNodeInput AWS API Documentation
@return [String]
this type at runtime, a validation error will be thrown.
Specifies the data type of the input. If the input doesn’t match
@!attribute [rw] type
@return [String]
Specifies a name for the input that you can reference.
@!attribute [rw] name
@return [String]<br>: docs.aws.amazon.com/bedrock/latest/userguide/flows-expressions.html<br><br><br><br>flows in Amazon Bedrock].
explanation of how to create expressions, see [Expressions in Prompt
An expression that formats the input for the node. For an
@!attribute [rw] expression
@return [String]
the loop.
ends. Use this category to expose loop results to nodes outside
* ‘ExitLoop` - Defines the value that’s available once the loop
that you want to update for each loop iteration.
of the loop’s next iteration. Use this category for variables
* ‘ReturnValueToLoopStart` - Defines data to pass back to the start
should continue.
category to define the condition that determines if the loop
evaluating condition expressions against the input data. Use this
* `LoopCondition` - Controls whether the loop continues by
Specifies how input data flows between iterations in a DoWhile loop.
@!attribute [rw] category
Contains configurations for an input in an Amazon Bedrock Flows node.