Class: Aws::Bedrock::Types::ModelEnforcement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ModelEnforcement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Model-specific information for the enforced guardrail configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#excluded_models ⇒ Array<String>
Models to exclude from enforcement of the guardrail.
-
#included_models ⇒ Array<String>
Models to enforce the guardrail on.
Instance Attribute Details
#excluded_models ⇒ Array<String>
Models to exclude from enforcement of the guardrail.
11730 11731 11732 11733 11734 11735 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11730 class ModelEnforcement < Struct.new( :included_models, :excluded_models) SENSITIVE = [] include Aws::Structure end |
#included_models ⇒ Array<String>
Models to enforce the guardrail on.
11730 11731 11732 11733 11734 11735 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11730 class ModelEnforcement < Struct.new( :included_models, :excluded_models) SENSITIVE = [] include Aws::Structure end |