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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnIntelligentPromptRouterProps
CfnIntelligentPromptRouterProps.Builder, CfnIntelligentPromptRouterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIntelligentPromptRouterProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
An optional description of the prompt router to help identify its purpose.final Object
The default model to use when the routing criteria is not met.final Object
A list of foundation models that the prompt router can route requests to.final String
The name of the prompt router.final Object
Routing criteria for a prompt router.getTags()
An array of key-value pairs to apply to this resource as tags.final int
hashCode()
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:CfnIntelligentPromptRouterProps
The default model to use when the routing criteria is not met.- Specified by:
getFallbackModel
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
getModels
Description copied from interface:CfnIntelligentPromptRouterProps
A list of foundation models that the prompt router can route requests to.At least one model must be specified.
- Specified by:
getModels
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
getPromptRouterName
Description copied from interface:CfnIntelligentPromptRouterProps
The name of the prompt router.The name must be unique within your AWS account in the current region.
- Specified by:
getPromptRouterName
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
getRoutingCriteria
Description copied from interface:CfnIntelligentPromptRouterProps
Routing criteria for a prompt router.- Specified by:
getRoutingCriteria
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
getDescription
Description copied from interface:CfnIntelligentPromptRouterProps
An optional description of the prompt router to help identify its purpose.- Specified by:
getDescription
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
getTags
Description copied from interface:CfnIntelligentPromptRouterProps
An 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:
getTags
in interfaceCfnIntelligentPromptRouterProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-