Class CfnClusterPropsMixin.RollingUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.RollingUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.RollingUpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.RollingUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.RollingUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.RollingUpdatePolicyProperty
An implementation for
CfnClusterPropsMixin.RollingUpdatePolicyProperty-
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.CfnClusterPropsMixin.RollingUpdatePolicyProperty
CfnClusterPropsMixin.RollingUpdatePolicyProperty.Builder, CfnClusterPropsMixin.RollingUpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.RollingUpdatePolicyProperty.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 ObjectBatch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet.final ObjectBatch size for rollback to the old endpoint 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
Constructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.RollingUpdatePolicyProperty.Builder.
-
-
Method Details
-
getMaximumBatchSize
Description copied from interface:CfnClusterPropsMixin.RollingUpdatePolicyPropertyBatch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet.Value must be between 5% to 50% of the variant's total instance count.
Returns union: either
IResolvableorCfnClusterPropsMixin.CapacitySizeConfigProperty- Specified by:
getMaximumBatchSizein interfaceCfnClusterPropsMixin.RollingUpdatePolicyProperty- See Also:
-
getRollbackMaximumBatchSize
Description copied from interface:CfnClusterPropsMixin.RollingUpdatePolicyPropertyBatch size for rollback to the old endpoint fleet.Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.
Returns union: either
IResolvableorCfnClusterPropsMixin.CapacitySizeConfigProperty- Specified by:
getRollbackMaximumBatchSizein interfaceCfnClusterPropsMixin.RollingUpdatePolicyProperty- 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()
-