Class: Aws::BedrockAgent::Types::PromptFlowNodeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptFlowNodeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains configurations for a prompt node in the flow. You can use a prompt from Prompt management or you can define one in this node. If the prompt contains variables, the inputs into this node will fill in the variables. The output from this node is the response generated by the model. For more information, see [Node types in Amazon Bedrock works] in the Amazon Bedrock User Guide.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_configuration ⇒ Types::PromptFlowNodeSourceConfiguration
Specifies whether the prompt is from Prompt management or defined inline.
Instance Attribute Details
#source_configuration ⇒ Types::PromptFlowNodeSourceConfiguration
Specifies whether the prompt is from Prompt management or defined inline.
5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5855 class PromptFlowNodeConfiguration < Struct.new( :source_configuration) SENSITIVE = [] include Aws::Structure end |