Class CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty
An implementation for
CfnInferenceComponent.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.services.sagemaker.CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty
CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Builder, CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.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(CfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty.Builder.
-
-
Method Details
-
getMaximumBatchSize
Description copied from interface:CfnInferenceComponent.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
IResolvableorCfnInferenceComponent.InferenceComponentCapacitySizeProperty- Specified by:
getMaximumBatchSizein interfaceCfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getMaximumExecutionTimeoutInSeconds
Description copied from interface:CfnInferenceComponent.InferenceComponentRollingUpdatePolicyPropertyThe time limit for the total deployment.Exceeding this limit causes a timeout.
- Specified by:
getMaximumExecutionTimeoutInSecondsin interfaceCfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getRollbackMaximumBatchSize
Description copied from interface:CfnInferenceComponent.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
IResolvableorCfnInferenceComponent.InferenceComponentCapacitySizeProperty- Specified by:
getRollbackMaximumBatchSizein interfaceCfnInferenceComponent.InferenceComponentRollingUpdatePolicyProperty- See Also:
-
getWaitIntervalInSeconds
Description copied from interface:CfnInferenceComponent.InferenceComponentRollingUpdatePolicyPropertyThe length of the baking period, during which SageMaker AI monitors alarms for each batch on the new fleet.- Specified by:
getWaitIntervalInSecondsin interfaceCfnInferenceComponent.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()
-