Class: Aws::BedrockRuntime::Types::ConverseStreamTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseStreamTrace
- Includes:
- Structure
- Defined in:
- 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
-
#guardrail ⇒ Types::GuardrailTraceAssessment
The guardrail trace object.
Instance Attribute Details
#guardrail ⇒ Types::GuardrailTraceAssessment
The guardrail trace object.
546 547 548 549 550 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 546 class ConverseStreamTrace < Struct.new( :guardrail) SENSITIVE = [] include Aws::Structure end |