BotBedrockModelSpecificationArgs

data class BotBedrockModelSpecificationArgs(val bedrockGuardrailConfiguration: Output<BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs>? = null, val bedrockModelCustomPrompt: Output<String>? = null, val bedrockTraceStatus: Output<BotBedrockModelSpecificationBedrockTraceStatus>? = null, val modelArn: Output<String>) : ConvertibleToJava<BotBedrockModelSpecificationArgs>

Constructors

Link copied to clipboard
constructor(bedrockGuardrailConfiguration: Output<BotBedrockModelSpecificationBedrockGuardrailConfigurationPropertiesArgs>? = null, bedrockModelCustomPrompt: Output<String>? = null, bedrockTraceStatus: Output<BotBedrockModelSpecificationBedrockTraceStatus>? = null, modelArn: Output<String>)

Properties

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

The ARN of the foundation model used in descriptive bot building.

Functions

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