FlowKnowledgeBaseFlowNodeConfigurationArgs

data class FlowKnowledgeBaseFlowNodeConfigurationArgs(val knowledgeBaseId: Output<String>, val modelId: Output<String>? = null) : ConvertibleToJava<FlowKnowledgeBaseFlowNodeConfigurationArgs>

Knowledge base flow node configuration

Constructors

constructor(knowledgeBaseId: Output<String>, modelId: Output<String>? = null)

Properties

Link copied to clipboard
val knowledgeBaseId: Output<String>

Identifier of the KnowledgeBase

Link copied to clipboard
val modelId: Output<String>? = null

ARN or name of a Bedrock model.

Functions

Link copied to clipboard
open override fun toJava(): FlowKnowledgeBaseFlowNodeConfigurationArgs