Class: Aws::BedrockAgent::Types::PromptFlowNodeInlineConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inference_configurationTypes::PromptInferenceConfiguration

Contains inference configurations for the prompt.



5882
5883
5884
5885
5886
5887
5888
5889
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5882

class PromptFlowNodeInlineConfiguration < Struct.new(
  :inference_configuration,
  :model_id,
  :template_configuration,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

The unique identifier of the model to run inference with.

Returns:

  • (String)


5882
5883
5884
5885
5886
5887
5888
5889
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5882

class PromptFlowNodeInlineConfiguration < Struct.new(
  :inference_configuration,
  :model_id,
  :template_configuration,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_configurationTypes::PromptTemplateConfiguration

Contains a prompt and variables in the prompt that can be replaced with values at runtime.



5882
5883
5884
5885
5886
5887
5888
5889
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5882

class PromptFlowNodeInlineConfiguration < Struct.new(
  :inference_configuration,
  :model_id,
  :template_configuration,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The type of prompt template.

Returns:

  • (String)


5882
5883
5884
5885
5886
5887
5888
5889
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5882

class PromptFlowNodeInlineConfiguration < Struct.new(
  :inference_configuration,
  :model_id,
  :template_configuration,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end