Class: Aws::BedrockRuntime::Types::InvokeGuardrailChecksResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsTypes::GuardrailChecksResults

The per-check results containing findings from the guardrail evaluation.



3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3655

class InvokeGuardrailChecksResponse < Struct.new(
  :results,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end

#usageTypes::GuardrailChecksUsageResults

The per-check text unit consumption for the guardrail evaluation.



3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3655

class InvokeGuardrailChecksResponse < Struct.new(
  :results,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end