Class CrossRegionInferenceProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.CrossRegionInferenceProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CrossRegionInferenceProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CrossRegionInferenceProfileProps
@Stability(Experimental)
@Internal
public static final class CrossRegionInferenceProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CrossRegionInferenceProfileProps
An implementation for
CrossRegionInferenceProfileProps
-
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.alpha.CrossRegionInferenceProfileProps
CrossRegionInferenceProfileProps.Builder, CrossRegionInferenceProfileProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCrossRegionInferenceProfileProps.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
(experimental) The geographic region where the traffic is going to be distributed.final BedrockFoundationModel
getModel()
(experimental) A foundation model supporting cross-region inference.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 theCrossRegionInferenceProfileProps.Builder
.
-
-
Method Details
-
getGeoRegion
Description copied from interface:CrossRegionInferenceProfileProps
(experimental) The geographic region where the traffic is going to be distributed.Routing factors in user traffic, demand and utilization of resources.
- Specified by:
getGeoRegion
in interfaceCrossRegionInferenceProfileProps
-
getModel
Description copied from interface:CrossRegionInferenceProfileProps
(experimental) A foundation model supporting cross-region inference.The model must have cross-region support enabled.
- Specified by:
getModel
in interfaceCrossRegionInferenceProfileProps
- 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()
-