Class: Aws::BedrockRuntime::Types::PromptRouterTrace

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#invoked_model_idString

The ID of the invoked model.

Returns:

  • (String)


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