Class: Aws::BedrockRuntime::Types::GuardrailTextCharactersCoverage

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

Overview

The guardrail coverage for the text characters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardedInteger

The text characters that were guarded by the guardrail coverage.

Returns:

  • (Integer)


2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2097

class GuardrailTextCharactersCoverage < Struct.new(
  :guarded,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

The total text characters by the guardrail coverage.

Returns:

  • (Integer)


2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2097

class GuardrailTextCharactersCoverage < Struct.new(
  :guarded,
  :total)
  SENSITIVE = []
  include Aws::Structure
end