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)


4086
4087
4088
4089
4090
4091
4092
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4086

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)


4086
4087
4088
4089
4090
4091
4092
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4086

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)


4086
4087
4088
4089
4090
4091
4092
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4086

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