Class: Aws::Bedrock::Types::GuardrailContextualGroundingFilter

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

Overview

The 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)


2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2642

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

#typeString

The filter type details for the guardrails contextual grounding filter.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2642

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