DataSourceEnrichmentStrategyConfigurationArgs

data class DataSourceEnrichmentStrategyConfigurationArgs(val method: Output<DataSourceEnrichmentStrategyMethod>) : ConvertibleToJava<DataSourceEnrichmentStrategyConfigurationArgs>

Strategy to be used when using Bedrock Foundation Model for Context Enrichment.

Constructors

constructor(method: Output<DataSourceEnrichmentStrategyMethod>)

Properties

Link copied to clipboard

The method used for the context enrichment strategy.

Functions

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