KnowledgeBaseBedrockFoundationModelConfigurationArgs

data class KnowledgeBaseBedrockFoundationModelConfigurationArgs(val modelArn: Output<String>, val parsingPrompt: Output<KnowledgeBaseBedrockFoundationModelConfigurationParsingPromptPropertiesArgs>? = null) : ConvertibleToJava<KnowledgeBaseBedrockFoundationModelConfigurationArgs>

Constructors

constructor(modelArn: Output<String>, parsingPrompt: Output<KnowledgeBaseBedrockFoundationModelConfigurationParsingPromptPropertiesArgs>? = null)

Properties

Link copied to clipboard
val modelArn: Output<String>

The model ARN of the Bedrock foundation model.

Link copied to clipboard

The parsing prompt of the Bedrock foundation model configuration.

Functions

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