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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.CrossRegionInferenceProfileProps
CrossRegionInferenceProfileProps.Builder, CrossRegionInferenceProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCrossRegionInferenceProfileProps.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 boolean(experimental) The geographic region where the traffic is going to be distributed.final BedrockFoundationModelgetModel()(experimental) A foundation model supporting cross-region inference.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 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:
getGeoRegionin 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:
getModelin interfaceCrossRegionInferenceProfileProps- 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()
-