Class: Aws::BedrockRuntime::Types::ConverseTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseTrace
- 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.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.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.
702 703 704 705 706 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 702 class ConverseTrace < Struct.new( :guardrail) SENSITIVE = [] include Aws::Structure end |