Class: Aws::Bedrock::Types::GuardrailContentPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailContentPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains details about how to handle harmful content.
This data type is used in the following API operations:
- GetGuardrail response body][1
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::GuardrailContentFilter>
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
-
#tier ⇒ Types::GuardrailContentFiltersTier
The tier that your guardrail uses for content filters.
Instance Attribute Details
#filters ⇒ Array<Types::GuardrailContentFilter>
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
7267 7268 7269 7270 7271 7272 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7267 class GuardrailContentPolicy < Struct.new( :filters, :tier) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ Types::GuardrailContentFiltersTier
The tier that your guardrail uses for content filters.
7267 7268 7269 7270 7271 7272 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7267 class GuardrailContentPolicy < Struct.new( :filters, :tier) SENSITIVE = [] include Aws::Structure end |