Interface IPromptRouter
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPromptRouter.Jsii$Default
- All Known Implementing Classes:
IPromptRouter.Jsii$Proxy
,PromptRouter
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-08-06T18:14:48.068Z")
@Stability(Experimental)
public interface IPromptRouter
extends software.amazon.jsii.JsiiSerializable
(experimental) Represents a Prompt Router, which provides intelligent routing between different models.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPromptRouter
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the prompt router.(experimental) The ID of the prompt router.(experimental) The foundation models / profiles this router will route to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPromptRouterArn
(experimental) The ARN of the prompt router. -
getPromptRouterId
(experimental) The ID of the prompt router. -
getRoutingEndpoints
(experimental) The foundation models / profiles this router will route to.
-