Class: Aws::BedrockAgent::Types::PromptFlowNodeInlineConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptFlowNodeInlineConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains configurations for a prompt defined inline in the node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Contains inference configurations for the prompt.
-
#model_id ⇒ String
The unique identifier of the model to run inference with.
-
#template_configuration ⇒ Types::PromptTemplateConfiguration
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
-
#template_type ⇒ String
The type of prompt template.
Instance Attribute Details
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Contains inference configurations for the prompt.
5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5894 class PromptFlowNodeInlineConfiguration < Struct.new( :inference_configuration, :model_id, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The unique identifier of the model to run inference with.
5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5894 class PromptFlowNodeInlineConfiguration < Struct.new( :inference_configuration, :model_id, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_configuration ⇒ Types::PromptTemplateConfiguration
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5894 class PromptFlowNodeInlineConfiguration < Struct.new( :inference_configuration, :model_id, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The type of prompt template.
5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5894 class PromptFlowNodeInlineConfiguration < Struct.new( :inference_configuration, :model_id, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |