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