FlowVersionKnowledgeBaseFlowNodeConfiguration

data class FlowVersionKnowledgeBaseFlowNodeConfiguration(val knowledgeBaseId: String, val modelId: String? = null)

Knowledge base flow node configuration

Constructors

constructor(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 name of a Bedrock model.