Class CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty
An implementation for
CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty-
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.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty
CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Builder, CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.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 ObjectThe batch size for each rolling step in the deployment process.final NumberThe time limit for the total deployment.final ObjectThe batch size for a rollback to the old endpoint fleet.final NumberThe length of the baking period, during which SageMaker AI monitors alarms for each batch on the new fleet.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
protected Jsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty.Builder.
-
-
Method Details
-
getMaximumBatchSize
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyPropertyThe batch size for each rolling step in the deployment process.For each step, SageMaker AI provisions capacity on the new endpoint fleet, routes traffic to that fleet, and terminates capacity on the old endpoint fleet. The value must be between 5% to 50% of the copy count of the inference component.
Returns union: either
IResolvableorCfnInferenceComponentPropsMixin.InferenceComponentCapacitySizeProperty- Specified by:
getMaximumBatchSizein interfaceCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getMaximumExecutionTimeoutInSeconds
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyPropertyThe time limit for the total deployment.Exceeding this limit causes a timeout.
- Specified by:
getMaximumExecutionTimeoutInSecondsin interfaceCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getRollbackMaximumBatchSize
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyPropertyThe batch size for a rollback to the old endpoint fleet.If this field is absent, the value is set to the default, which is 100% of the total capacity. When the default is used, SageMaker AI provisions the entire capacity of the old fleet at once during rollback.
Returns union: either
IResolvableorCfnInferenceComponentPropsMixin.InferenceComponentCapacitySizeProperty- Specified by:
getRollbackMaximumBatchSizein interfaceCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getWaitIntervalInSeconds
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyPropertyThe length of the baking period, during which SageMaker AI monitors alarms for each batch on the new fleet.- Specified by:
getWaitIntervalInSecondsin interfaceCfnInferenceComponentPropsMixin.InferenceComponentRollingUpdatePolicyProperty- 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()
-