Class PromptRouterTrace
A trace object that indicates which model was invoked by the prompt router.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class PromptRouterTrace
Properties
| Edit this page View SourceInvokedModelId
Optional. The Amazon Resource Name (ARN) of the model that was invoked.
Declaration
[JsonProperty("invokedModelId")]
public string InvokedModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Pattern: (arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}) | (arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)