Class: Aws::BedrockRuntime::Types::ConverseTrace

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

Overview

The trace object in a response from Converse. Currently, you can only trace guardrails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrailTypes::GuardrailTraceAssessment

The guardrail trace object.



567
568
569
570
571
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 567

class ConverseTrace < Struct.new(
  :guardrail)
  SENSITIVE = []
  include Aws::Structure
end