GuardrailContextualGroundingFilterConfigArgs

data class GuardrailContextualGroundingFilterConfigArgs(val threshold: Output<Double>, val type: Output<GuardrailContextualGroundingFilterType>) : ConvertibleToJava<GuardrailContextualGroundingFilterConfigArgs>

A config for grounding filter.

Constructors

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

Properties

Link copied to clipboard
val threshold: Output<Double>

The threshold for this filter.

Link copied to clipboard

The filter details for the guardrails contextual grounding filter.

Functions

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