Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveGuardrailWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveGuardrailWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A warning generated by a guardrail during agentic retrieval.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action taken by the guardrail.
-
#id ⇒ String
The unique identifier of the guardrail.
-
#message ⇒ String
A message describing the guardrail evaluation result.
-
#version ⇒ String
The version of the guardrail.
Instance Attribute Details
#action ⇒ String
The action taken by the guardrail.
619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619 class AgenticRetrieveGuardrailWarning < Struct.new( :action, :id, :message, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the guardrail.
619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619 class AgenticRetrieveGuardrailWarning < Struct.new( :action, :id, :message, :version) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the guardrail evaluation result.
619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619 class AgenticRetrieveGuardrailWarning < Struct.new( :action, :id, :message, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the guardrail.
619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619 class AgenticRetrieveGuardrailWarning < Struct.new( :action, :id, :message, :version) SENSITIVE = [] include Aws::Structure end |