Class: Aws::BedrockRuntime::Types::GuardrailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailConfiguration
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Configuration information for a guardrail that you use with the Converse operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ String
The identifier for the guardrail.
-
#guardrail_version ⇒ String
The version of the guardrail.
-
#trace ⇒ String
The trace behavior for the guardrail.
Instance Attribute Details
#guardrail_identifier ⇒ String
The identifier for the guardrail.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#trace ⇒ String
The trace behavior for the guardrail.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |