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)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3316

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

#confidenceString

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

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3316

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

#typeString

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

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3316

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