Guardrail Contextual Grounding Filter Config Args
data class GuardrailContextualGroundingFilterConfigArgs(val action: Output<GuardrailContextualGroundingAction>? = null, val enabled: Output<Boolean>? = null, val threshold: Output<Double>, val type: Output<GuardrailContextualGroundingFilterType>) : ConvertibleToJava<GuardrailContextualGroundingFilterConfigArgs>
A config for grounding filter.
Constructors
Link copied to clipboard
constructor(action: Output<GuardrailContextualGroundingAction>? = null, enabled: Output<Boolean>? = null, threshold: Output<Double>, type: Output<GuardrailContextualGroundingFilterType>)