Class CfnEndpoint.RollingUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpoint.RollingUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.RollingUpdatePolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpoint.RollingUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnEndpoint.RollingUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpoint.RollingUpdatePolicyProperty
An implementation for
CfnEndpoint.RollingUpdatePolicyProperty
-
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.sagemaker.CfnEndpoint.RollingUpdatePolicyProperty
CfnEndpoint.RollingUpdatePolicyProperty.Builder, CfnEndpoint.RollingUpdatePolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.RollingUpdatePolicyProperty.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
final Object
Batch 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 Number
The time limit for the total deployment.final Object
Batch size for rollback to the old endpoint fleet.final Number
The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.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 theCfnEndpoint.RollingUpdatePolicyProperty.Builder
.
-
-
Method Details
-
getMaximumBatchSize
Description copied from interface:CfnEndpoint.RollingUpdatePolicyProperty
Batch 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.
- Specified by:
getMaximumBatchSize
in interfaceCfnEndpoint.RollingUpdatePolicyProperty
- See Also:
-
getWaitIntervalInSeconds
Description copied from interface:CfnEndpoint.RollingUpdatePolicyProperty
The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.- Specified by:
getWaitIntervalInSeconds
in interfaceCfnEndpoint.RollingUpdatePolicyProperty
- See Also:
-
getMaximumExecutionTimeoutInSeconds
Description copied from interface:CfnEndpoint.RollingUpdatePolicyProperty
The time limit for the total deployment.Exceeding this limit causes a timeout.
- Specified by:
getMaximumExecutionTimeoutInSeconds
in interfaceCfnEndpoint.RollingUpdatePolicyProperty
- See Also:
-
getRollbackMaximumBatchSize
Description copied from interface:CfnEndpoint.RollingUpdatePolicyProperty
Batch 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.
- Specified by:
getRollbackMaximumBatchSize
in interfaceCfnEndpoint.RollingUpdatePolicyProperty
- 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()
-