Class: Aws::Bedrock::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Account-level enforced guardrail input configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ String
Identifier for the guardrail, could be the ID or the ARN.
-
#guardrail_version ⇒ String
Numerical guardrail version.
-
#model_enforcement ⇒ Types::ModelEnforcement
Model-specific information for the enforced guardrail configuration.
-
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Selective content guarding controls for enforced guardrails.
Instance Attribute Details
#guardrail_identifier ⇒ String
Identifier for the guardrail, could be the ID or the ARN.
47 48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-bedrock/types.rb', line 47 class AccountEnforcedGuardrailInferenceInputConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :selective_content_guarding, :model_enforcement) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
Numerical guardrail version.
47 48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-bedrock/types.rb', line 47 class AccountEnforcedGuardrailInferenceInputConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :selective_content_guarding, :model_enforcement) SENSITIVE = [] include Aws::Structure end |
#model_enforcement ⇒ Types::ModelEnforcement
Model-specific information for the enforced guardrail configuration. If not present, the configuration is enforced on all models
47 48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-bedrock/types.rb', line 47 class AccountEnforcedGuardrailInferenceInputConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :selective_content_guarding, :model_enforcement) SENSITIVE = [] include Aws::Structure end |
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Selective content guarding controls for enforced guardrails.
47 48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-bedrock/types.rb', line 47 class AccountEnforcedGuardrailInferenceInputConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :selective_content_guarding, :model_enforcement) SENSITIVE = [] include Aws::Structure end |