Class: Aws::QConnect::Types::GuardrailContextualGroundingFilterConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The filter configuration details for the AI Guardrail's contextual grounding filter.

Constant Summary collapse

SENSITIVE =
[:threshold, :type]

Instance Attribute Summary collapse

Instance Attribute Details

#thresholdFloat

The threshold details for the AI Guardrail's contextual grounding filter.

Returns:

  • (Float)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4832

class GuardrailContextualGroundingFilterConfig < Struct.new(
  :threshold,
  :type)
  SENSITIVE = [:threshold, :type]
  include Aws::Structure
end

#typeString

The filter type for the AI Guardrail's contextual grounding filter.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4832

class GuardrailContextualGroundingFilterConfig < Struct.new(
  :threshold,
  :type)
  SENSITIVE = [:threshold, :type]
  include Aws::Structure
end