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.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ConverseStream.html
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.
683 684 685 686 687 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 683 class ConverseStreamTrace < Struct.new( :guardrail) SENSITIVE = [] include Aws::Structure end |