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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCluster.DeploymentConfigProperty
CfnCluster.DeploymentConfigProperty.Builder, CfnCluster.DeploymentConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.DeploymentConfigProperty.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
Automatic rollback configuration for handling endpoint deployment failures and recovery.final Object
Specifies a rolling deployment strategy for updating a SageMaker endpoint.final Number
The duration in seconds that SageMaker waits before updating more instances in the cluster.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 theCfnCluster.DeploymentConfigProperty.Builder
.
-
-
Method Details
-
getAutoRollbackConfiguration
Description copied from interface:CfnCluster.DeploymentConfigProperty
Automatic rollback configuration for handling endpoint deployment failures and recovery.- Specified by:
getAutoRollbackConfiguration
in interfaceCfnCluster.DeploymentConfigProperty
- See Also:
-
getRollingUpdatePolicy
Description copied from interface:CfnCluster.DeploymentConfigProperty
Specifies a rolling deployment strategy for updating a SageMaker endpoint.- Specified by:
getRollingUpdatePolicy
in interfaceCfnCluster.DeploymentConfigProperty
- See Also:
-
getWaitIntervalInSeconds
Description copied from interface:CfnCluster.DeploymentConfigProperty
The duration in seconds that SageMaker waits before updating more instances in the cluster.- Specified by:
getWaitIntervalInSeconds
in interfaceCfnCluster.DeploymentConfigProperty
- 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()
-