Interface IPromptRouter.Jsii$Default

All Superinterfaces:
IPromptRouter, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPromptRouter.Jsii$Proxy
Enclosing interface:
IPromptRouter

@Internal public static interface IPromptRouter.Jsii$Default extends IPromptRouter
Internal default implementation for IPromptRouter.
  • Method Details

    • getPromptRouterArn

      @Stability(Experimental) @NotNull default String getPromptRouterArn()
      (experimental) The ARN of the prompt router.
      Specified by:
      getPromptRouterArn in interface IPromptRouter
    • getPromptRouterId

      @Stability(Experimental) @NotNull default String getPromptRouterId()
      (experimental) The ID of the prompt router.
      Specified by:
      getPromptRouterId in interface IPromptRouter
    • getRoutingEndpoints

      @Stability(Experimental) @NotNull default List<IBedrockInvokable> getRoutingEndpoints()
      (experimental) The foundation models / profiles this router will route to.
      Specified by:
      getRoutingEndpoints in interface IPromptRouter