Class: Aws::BedrockRuntime::Types::PromptRouterTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::PromptRouterTrace
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A prompt router trace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoked_model_id ⇒ String
The ID of the invoked model.
Instance Attribute Details
#invoked_model_id ⇒ String
The ID of the invoked model.
2387 2388 2389 2390 2391 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2387 class PromptRouterTrace < Struct.new( :invoked_model_id) SENSITIVE = [] include Aws::Structure end |