Class: Aws::BedrockRuntime::Types::GuardrailUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The details on the use of the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_policy_units ⇒ Integer
The content policy units processed by the guardrail.
-
#contextual_grounding_policy_units ⇒ Integer
The contextual grounding policy units processed by the guardrail.
-
#sensitive_information_policy_free_units ⇒ Integer
The sensitive information policy free units processed by the guardrail.
-
#sensitive_information_policy_units ⇒ Integer
The sensitive information policy units processed by the guardrail.
-
#topic_policy_units ⇒ Integer
The topic policy units processed by the guardrail.
-
#word_policy_units ⇒ Integer
The word policy units processed by the guardrail.
Instance Attribute Details
#content_policy_units ⇒ Integer
The content policy units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |
#contextual_grounding_policy_units ⇒ Integer
The contextual grounding policy units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |
#sensitive_information_policy_free_units ⇒ Integer
The sensitive information policy free units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |
#sensitive_information_policy_units ⇒ Integer
The sensitive information policy units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |
#topic_policy_units ⇒ Integer
The topic policy units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |
#word_policy_units ⇒ Integer
The word policy units processed by the guardrail.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1333 class GuardrailUsage < Struct.new( :topic_policy_units, :content_policy_units, :word_policy_units, :sensitive_information_policy_units, :sensitive_information_policy_free_units, :contextual_grounding_policy_units) SENSITIVE = [] include Aws::Structure end |