Class CfnIntelligentPromptRouterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnIntelligentPromptRouterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIntelligentPromptRouterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntelligentPromptRouterProps
@Stability(Stable)
@Internal
public static final class CfnIntelligentPromptRouterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntelligentPromptRouterProps
An implementation for
CfnIntelligentPromptRouterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnIntelligentPromptRouterProps
CfnIntelligentPromptRouterProps.Builder, CfnIntelligentPromptRouterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntelligentPromptRouterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn optional description of the prompt router to help identify its purpose.final ObjectThe default model to use when the routing criteria is not met.final ObjectA list of foundation models that the prompt router can route requests to.final StringThe name of the prompt router.final ObjectRouting criteria for a prompt router.getTags()An array of key-value pairs to apply to this resource as tags.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIntelligentPromptRouterProps.Builder.
-
-
Method Details
-
getFallbackModel
Description copied from interface:CfnIntelligentPromptRouterPropsThe default model to use when the routing criteria is not met.Returns union: either
IResolvableorCfnIntelligentPromptRouter.PromptRouterTargetModelProperty- Specified by:
getFallbackModelin interfaceCfnIntelligentPromptRouterProps- See Also:
-
getModels
Description copied from interface:CfnIntelligentPromptRouterPropsA list of foundation models that the prompt router can route requests to.At least one model must be specified.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIntelligentPromptRouter.PromptRouterTargetModelProperty>- Specified by:
getModelsin interfaceCfnIntelligentPromptRouterProps- See Also:
-
getPromptRouterName
Description copied from interface:CfnIntelligentPromptRouterPropsThe name of the prompt router.The name must be unique within your AWS account in the current region.
- Specified by:
getPromptRouterNamein interfaceCfnIntelligentPromptRouterProps- See Also:
-
getRoutingCriteria
Description copied from interface:CfnIntelligentPromptRouterPropsRouting criteria for a prompt router.Returns union: either
IResolvableorCfnIntelligentPromptRouter.RoutingCriteriaProperty- Specified by:
getRoutingCriteriain interfaceCfnIntelligentPromptRouterProps- See Also:
-
getDescription
Description copied from interface:CfnIntelligentPromptRouterPropsAn optional description of the prompt router to help identify its purpose.- Specified by:
getDescriptionin interfaceCfnIntelligentPromptRouterProps- See Also:
-
getTags
Description copied from interface:CfnIntelligentPromptRouterPropsAn array of key-value pairs to apply to this resource as tags.You can use tags to categorize and manage your AWS resources.
- Specified by:
getTagsin interfaceCfnIntelligentPromptRouterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-