GuardrailContextualGroundingPolicyConfigFiltersConfigArgs

data class GuardrailContextualGroundingPolicyConfigFiltersConfigArgs(val threshold: Output<Double>, val type: Output<String>) : ConvertibleToJava<GuardrailContextualGroundingPolicyConfigFiltersConfigArgs>

Constructors

constructor(threshold: Output<Double>, type: Output<String>)

Properties

Link copied to clipboard
val threshold: Output<Double>

The threshold for this filter.

Link copied to clipboard
val type: Output<String>

Type of contextual grounding filter.

Functions

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