Class: Aws::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#model_enforcement ⇒ Types::ModelEnforcement
Returns the value of attribute model_enforcement.
-
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Returns the value of attribute selective_content_guarding.
Instance Attribute Details
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
17 18 19 |
# File 'sig/types.rbs', line 17 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
18 19 20 |
# File 'sig/types.rbs', line 18 def guardrail_version @guardrail_version end |
#model_enforcement ⇒ Types::ModelEnforcement
Returns the value of attribute model_enforcement.
20 21 22 |
# File 'sig/types.rbs', line 20 def model_enforcement @model_enforcement end |
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Returns the value of attribute selective_content_guarding.
19 20 21 |
# File 'sig/types.rbs', line 19 def selective_content_guarding @selective_content_guarding end |