Class: Aws::BedrockAgentRuntime::Types::FlowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowInput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about an input into the prompt flow and where to send it.
Constant Summary collapse
- SENSITIVE =
[:content]
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowInputContent
Contains information about an input into the prompt flow.
-
#node_input_name ⇒ String
The name of the input from the flow input node.
-
#node_name ⇒ String
The name of the flow input node that begins the prompt flow.
-
#node_output_name ⇒ String
The name of the output from the flow input node that begins the prompt flow.
Instance Attribute Details
#content ⇒ Types::FlowInputContent
Contains information about an input into the prompt flow.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1945 class FlowInput < Struct.new( :node_name, :node_output_name, :content, :node_input_name) SENSITIVE = [:content] include Aws::Structure end |
#node_input_name ⇒ String
The name of the input from the flow input node.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1945 class FlowInput < Struct.new( :node_name, :node_output_name, :content, :node_input_name) SENSITIVE = [:content] include Aws::Structure end |
#node_name ⇒ String
The name of the flow input node that begins the prompt flow.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1945 class FlowInput < Struct.new( :node_name, :node_output_name, :content, :node_input_name) SENSITIVE = [:content] include Aws::Structure end |
#node_output_name ⇒ String
The name of the output from the flow input node that begins the prompt flow.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1945 class FlowInput < Struct.new( :node_name, :node_output_name, :content, :node_input_name) SENSITIVE = [:content] include Aws::Structure end |