FlowNodeInput

Contains configurations for an input in an Amazon Bedrock Flows node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Specifies a name for the input that you can reference.

Link copied to clipboard

Specifies the data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.

Functions

Link copied to clipboard
inline fun copy(block: FlowNodeInput.Builder.() -> Unit = {}): FlowNodeInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String