Class: Aws::BedrockRuntime::Types::ConverseStreamTrace

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrailTypes::GuardrailTraceAssessment

The guardrail trace object.



552
553
554
555
556
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 552

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