Class: Aws::BedrockRuntime::Types::GuardrailTextCharactersCoverage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailTextCharactersCoverage
- 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
-
#guarded ⇒ Integer
The text characters that were guarded by the guardrail coverage.
-
#total ⇒ Integer
The total text characters by the guardrail coverage.
Instance Attribute Details
#guarded ⇒ Integer
The text characters that were guarded by the guardrail coverage.
2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2649 class GuardrailTextCharactersCoverage < Struct.new( :guarded, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Integer
The total text characters by the guardrail coverage.
2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2649 class GuardrailTextCharactersCoverage < Struct.new( :guarded, :total) SENSITIVE = [] include Aws::Structure end |