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.
2319 2320 2321 2322 2323 2324 2325 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2319 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
2319 2320 2321 2322 2323 2324 2325 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2319 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#trace ⇒ String
The trace behavior for the guardrail.
2319 2320 2321 2322 2323 2324 2325 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2319 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |