FlowPromptFlowNodeInlineConfiguration

data class FlowPromptFlowNodeInlineConfiguration(val inferenceConfiguration: FlowPromptInferenceConfigurationProperties? = null, val modelId: String, val templateConfiguration: FlowPromptTemplateConfigurationProperties, val templateType: FlowPromptTemplateType)

Inline prompt configuration for prompt node

Constructors

Link copied to clipboard
constructor(inferenceConfiguration: FlowPromptInferenceConfigurationProperties? = null, modelId: String, templateConfiguration: FlowPromptTemplateConfigurationProperties, templateType: FlowPromptTemplateType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.

Link copied to clipboard