Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnIntelligentPromptRouterPropsMixin.Builder
Packages that use CfnIntelligentPromptRouterPropsMixin.Builder
-
Uses of CfnIntelligentPromptRouterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.bedrock
Methods in software.amazon.awscdk.cfnpropertymixins.services.bedrock that return CfnIntelligentPromptRouterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIntelligentPromptRouterPropsMixin.Builder.create()CfnIntelligentPromptRouterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIntelligentPromptRouterPropsMixin.Builder.description(String description) An optional description of the prompt router to help identify its purpose.CfnIntelligentPromptRouterPropsMixin.Builder.fallbackModel(CfnIntelligentPromptRouterPropsMixin.PromptRouterTargetModelProperty fallbackModel) The default model to use when the routing criteria is not met.CfnIntelligentPromptRouterPropsMixin.Builder.fallbackModel(IResolvable fallbackModel) The default model to use when the routing criteria is not met.A list of foundation models that the prompt router can route requests to.CfnIntelligentPromptRouterPropsMixin.Builder.models(IResolvable models) A list of foundation models that the prompt router can route requests to.CfnIntelligentPromptRouterPropsMixin.Builder.promptRouterName(String promptRouterName) The name of the prompt router.CfnIntelligentPromptRouterPropsMixin.Builder.routingCriteria(CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty routingCriteria) Routing criteria for a prompt router.CfnIntelligentPromptRouterPropsMixin.Builder.routingCriteria(IResolvable routingCriteria) Routing criteria for a prompt router.An array of key-value pairs to apply to this resource as tags.