Class ServerlessProductionVariantProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.alpha.ServerlessProductionVariantProps.Jsii$Proxy
- All Implemented Interfaces:
ServerlessProductionVariantProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServerlessProductionVariantProps
@Stability(Experimental)
@Internal
public static final class ServerlessProductionVariantProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServerlessProductionVariantProps
An implementation for
ServerlessProductionVariantProps-
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.sagemaker.alpha.ServerlessProductionVariantProps
ServerlessProductionVariantProps.Builder, ServerlessProductionVariantProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theServerlessProductionVariantProps.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 Number(experimental) Determines initial traffic distribution among all of the models that you specify in the endpoint configuration.final Number(experimental) The maximum number of concurrent invocations your serverless endpoint can process.final Number(experimental) The memory size of your serverless endpoint.final IModelgetModel()(experimental) The model to host.final Number(experimental) The number of concurrent invocations that are provisioned and ready to respond to your endpoint.final String(experimental) Name of the production variant.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 theServerlessProductionVariantProps.Builder.
-
-
Method Details
-
getMaxConcurrency
Description copied from interface:ServerlessProductionVariantProps(experimental) The maximum number of concurrent invocations your serverless endpoint can process.Valid range: 1-200
- Specified by:
getMaxConcurrencyin interfaceServerlessProductionVariantProps
-
getMemorySizeInMB
Description copied from interface:ServerlessProductionVariantProps(experimental) The memory size of your serverless endpoint.Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
- Specified by:
getMemorySizeInMBin interfaceServerlessProductionVariantProps
-
getModel
Description copied from interface:ServerlessProductionVariantProps(experimental) The model to host.- Specified by:
getModelin interfaceServerlessProductionVariantProps
-
getVariantName
Description copied from interface:ServerlessProductionVariantProps(experimental) Name of the production variant.- Specified by:
getVariantNamein interfaceServerlessProductionVariantProps
-
getInitialVariantWeight
Description copied from interface:ServerlessProductionVariantProps(experimental) Determines initial traffic distribution among all of the models that you specify in the endpoint configuration.The traffic to a production variant is determined by the ratio of the variant weight to the sum of all variant weight values across all production variants.
Default: 1.0
- Specified by:
getInitialVariantWeightin interfaceServerlessProductionVariantProps
-
getProvisionedConcurrency
Description copied from interface:ServerlessProductionVariantProps(experimental) The number of concurrent invocations that are provisioned and ready to respond to your endpoint.Valid range: 1-200, must be less than or equal to maxConcurrency.
Default: - none
- Specified by:
getProvisionedConcurrencyin interfaceServerlessProductionVariantProps
-
$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()
-