Class: Aws::Bedrock::Types::GuardrailContextualGroundingFilterConfig

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

Overview

The filter configuration details for the guardrails contextual grounding filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thresholdFloat

The threshold details for the guardrails contextual grounding filter.

Returns:

  • (Float)


2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2663

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

#typeString

The filter details for the guardrails contextual grounding filter.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2663

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