Class CfnCluster.DeploymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCluster.DeploymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.DeploymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.DeploymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.DeploymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.DeploymentConfigProperty
An implementation for
CfnCluster.DeploymentConfigProperty-
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.CfnCluster.DeploymentConfigProperty
CfnCluster.DeploymentConfigProperty.Builder, CfnCluster.DeploymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.DeploymentConfigProperty.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 ObjectAutomatic rollback configuration for handling endpoint deployment failures and recovery.final ObjectSpecifies a rolling deployment strategy for updating a SageMaker endpoint.final NumberThe duration in seconds that SageMaker waits before updating more instances in the cluster.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 theCfnCluster.DeploymentConfigProperty.Builder.
-
-
Method Details
-
getAutoRollbackConfiguration
Description copied from interface:CfnCluster.DeploymentConfigPropertyAutomatic rollback configuration for handling endpoint deployment failures and recovery.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCluster.AlarmDetailsProperty>- Specified by:
getAutoRollbackConfigurationin interfaceCfnCluster.DeploymentConfigProperty- See Also:
-
getRollingUpdatePolicy
Description copied from interface:CfnCluster.DeploymentConfigPropertySpecifies a rolling deployment strategy for updating a SageMaker endpoint.Returns union: either
IResolvableorCfnCluster.RollingUpdatePolicyProperty- Specified by:
getRollingUpdatePolicyin interfaceCfnCluster.DeploymentConfigProperty- See Also:
-
getWaitIntervalInSeconds
Description copied from interface:CfnCluster.DeploymentConfigPropertyThe duration in seconds that SageMaker waits before updating more instances in the cluster.- Specified by:
getWaitIntervalInSecondsin interfaceCfnCluster.DeploymentConfigProperty- 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()
-