FlowKnowledgeBaseFlowNodeConfiguration

data class FlowKnowledgeBaseFlowNodeConfiguration(val guardrailConfiguration: FlowGuardrailConfiguration? = null, val knowledgeBaseId: String, val modelId: String? = null)

Knowledge base flow node configuration

Constructors

Link copied to clipboard
constructor(guardrailConfiguration: FlowGuardrailConfiguration? = null, knowledgeBaseId: String, modelId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier of the KnowledgeBase

Link copied to clipboard
val modelId: String? = null

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.