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.
3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3370 class PromptRouterTrace < Struct.new( :invoked_model_id) SENSITIVE = [] include Aws::Structure end |