Class: Aws::GuardDuty::Types::BedrockGuardrailResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::BedrockGuardrailResource
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains details about an Amazon Bedrock guardrail evaluated during a model invocation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_action ⇒ String
Indicates whether the guardrail intervened during the model invocation.
-
#guardrail_source ⇒ String
Indicates whether the guardrail was applied on the input or output of the model invocation.
-
#version ⇒ String
The version of the Amazon Bedrock guardrail.
Instance Attribute Details
#guardrail_action ⇒ String
Indicates whether the guardrail intervened during the model invocation.
962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 962 class BedrockGuardrailResource < Struct.new( :version, :guardrail_action, :guardrail_source) SENSITIVE = [] include Aws::Structure end |
#guardrail_source ⇒ String
Indicates whether the guardrail was applied on the input or output of the model invocation.
962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 962 class BedrockGuardrailResource < Struct.new( :version, :guardrail_action, :guardrail_source) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the Amazon Bedrock guardrail. Valid values are a
numeric version, DRAFT, or ENFORCED.
962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 962 class BedrockGuardrailResource < Struct.new( :version, :guardrail_action, :guardrail_source) SENSITIVE = [] include Aws::Structure end |