AiGuardrailGuardrailContextualGroundingFilterConfigArgs

data class AiGuardrailGuardrailContextualGroundingFilterConfigArgs(val threshold: Output<Double>, val type: Output<AiGuardrailGuardrailContextualGroundingFilterType>) : ConvertibleToJava<AiGuardrailGuardrailContextualGroundingFilterConfigArgs>

A config for grounding filter.

Constructors

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

Properties

Link copied to clipboard
val threshold: Output<Double>

The threshold for this filter.

Link copied to clipboard

The type of this filter.

Functions

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