FlowKnowledgeBaseFlowNodeConfigurationArgs

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

Knowledge base flow node configuration

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val knowledgeBaseId: Output<String>

Identifier of the KnowledgeBase

Link copied to clipboard
val modelId: Output<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.

Functions

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