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].
[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.
-
#prompt_router ⇒ Types::PromptRouterTrace
The request’s prompt router.
Instance Attribute Details
#guardrail ⇒ Types::GuardrailTraceAssessment
The guardrail trace object.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1242 class ConverseStreamTrace < Struct.new( :guardrail, :prompt_router) SENSITIVE = [] include Aws::Structure end |
#prompt_router ⇒ Types::PromptRouterTrace
The request’s prompt router.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1242 class ConverseStreamTrace < Struct.new( :guardrail, :prompt_router) SENSITIVE = [] include Aws::Structure end |