Class: Aws::BedrockRuntime::Types::ConverseTrace

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 Converse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrailTypes::GuardrailTraceAssessment

The guardrail trace object.



1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1427

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

#prompt_routerTypes::PromptRouterTrace

The request's prompt router.



1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1427

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