Class: Aws::BedrockAgentRuntime::Types::GuardrailContentFilter

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

Overview

Details of the content filter used in the Guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action placed on the content by the Guardrail filter.

Returns:

  • (String)

2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044

class GuardrailContentFilter < Struct.new(
  :action,
  :confidence,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#confidenceString

The confidence level regarding the content detected in the filter by the Guardrail.

Returns:

  • (String)

2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044

class GuardrailContentFilter < Struct.new(
  :action,
  :confidence,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of content detected in the filter by the Guardrail.

Returns:

  • (String)

2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044

class GuardrailContentFilter < Struct.new(
  :action,
  :confidence,
  :type)
  SENSITIVE = []
  include Aws::Structure
end