Class: Aws::BedrockRuntime::Types::GuardrailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Configuration information for a guardrail that you use with the
- Converse][1
-
operation.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
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.
834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |
#trace ⇒ String
The trace behavior for the guardrail.
834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version, :trace) SENSITIVE = [] include Aws::Structure end |