Class: Aws::BedrockRuntime::Types::ApplyGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ApplyGuardrailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action taken in the response from the guardrail.
-
#assessments ⇒ Array<Types::GuardrailAssessment>
The assessment details in the response from the guardrail.
-
#guardrail_coverage ⇒ Types::GuardrailCoverage
The guardrail coverage details in the apply guardrail response.
-
#outputs ⇒ Array<Types::GuardrailOutputContent>
The output details in the response from the guardrail.
-
#usage ⇒ Types::GuardrailUsage
The usage details in the response from the guardrail.
Instance Attribute Details
#action ⇒ String
The action taken in the response from the guardrail.
84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 84 class ApplyGuardrailResponse < Struct.new( :usage, :action, :outputs, :assessments, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#assessments ⇒ Array<Types::GuardrailAssessment>
The assessment details in the response from the guardrail.
84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 84 class ApplyGuardrailResponse < Struct.new( :usage, :action, :outputs, :assessments, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#guardrail_coverage ⇒ Types::GuardrailCoverage
The guardrail coverage details in the apply guardrail response.
84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 84 class ApplyGuardrailResponse < Struct.new( :usage, :action, :outputs, :assessments, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::GuardrailOutputContent>
The output details in the response from the guardrail.
84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 84 class ApplyGuardrailResponse < Struct.new( :usage, :action, :outputs, :assessments, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#usage ⇒ Types::GuardrailUsage
The usage details in the response from the guardrail.
84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 84 class ApplyGuardrailResponse < Struct.new( :usage, :action, :outputs, :assessments, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |