Class CfnIntelligentPromptRouterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnIntelligentPromptRouterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIntelligentPromptRouterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntelligentPromptRouterMixinProps
@Stability(Stable)
@Internal
public static final class CfnIntelligentPromptRouterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntelligentPromptRouterMixinProps
An implementation for
CfnIntelligentPromptRouterMixinProps-
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.cfnpropertymixins.services.bedrock.CfnIntelligentPromptRouterMixinProps
CfnIntelligentPromptRouterMixinProps.Builder, CfnIntelligentPromptRouterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntelligentPromptRouterMixinProps.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 theCfnIntelligentPromptRouterMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIntelligentPromptRouterMixinPropsAn optional description of the prompt router to help identify its purpose.- Specified by:
getDescriptionin interfaceCfnIntelligentPromptRouterMixinProps- See Also:
-
getFallbackModel
Description copied from interface:CfnIntelligentPromptRouterMixinPropsThe default model to use when the routing criteria is not met.Returns union: either
IResolvableorCfnIntelligentPromptRouterPropsMixin.PromptRouterTargetModelProperty- Specified by:
getFallbackModelin interfaceCfnIntelligentPromptRouterMixinProps- See Also:
-
getModels
Description copied from interface:CfnIntelligentPromptRouterMixinPropsA 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: '<'eitherIResolvableorCfnIntelligentPromptRouterPropsMixin.PromptRouterTargetModelProperty>- Specified by:
getModelsin interfaceCfnIntelligentPromptRouterMixinProps- See Also:
-
getPromptRouterName
Description copied from interface:CfnIntelligentPromptRouterMixinPropsThe name of the prompt router.The name must be unique within your AWS account in the current region.
- Specified by:
getPromptRouterNamein interfaceCfnIntelligentPromptRouterMixinProps- See Also:
-
getRoutingCriteria
Description copied from interface:CfnIntelligentPromptRouterMixinPropsRouting criteria for a prompt router.Returns union: either
IResolvableorCfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty- Specified by:
getRoutingCriteriain interfaceCfnIntelligentPromptRouterMixinProps- See Also:
-
getTags
Description copied from interface:CfnIntelligentPromptRouterMixinPropsAn 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 interfaceCfnIntelligentPromptRouterMixinProps- 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()
-