Skip to content

Bedrock Agent  >  Structures  >  PromptFlowNodeInlineConfiguration

PromptFlowNodeInlineConfiguration

Structure Class

PromptFlowNodeInlineConfiguration dataclass

Contains configurations for a prompt defined inline in the node.

Attributes

additional_model_request_fields class-attribute instance-attribute
additional_model_request_fields: Document | None = None

Additional fields to be included in the model request for the Prompt node.

inference_configuration class-attribute instance-attribute
inference_configuration: PromptInferenceConfiguration | None = None

Contains inference configurations for the prompt.

model_id class-attribute instance-attribute
model_id: str = ''

The unique identifier of the model or inference profile to run inference with.

template_configuration instance-attribute
template_configuration: PromptTemplateConfiguration

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

template_type class-attribute instance-attribute
template_type: PromptTemplateType = PromptTemplateType('TEXT')

The type of prompt template.