Class: Aws::BedrockRuntime::Types::PromptRouterTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::PromptRouterTrace
- Includes:
- Structure
- Defined in:
- 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.
3628 3629 3630 3631 3632 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3628 class PromptRouterTrace < Struct.new( :invoked_model_id) SENSITIVE = [] include Aws::Structure end |