Class CfnEndpointPropsMixin.DeploymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointPropsMixin.DeploymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointPropsMixin.DeploymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointPropsMixin.DeploymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointPropsMixin.DeploymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointPropsMixin.DeploymentConfigProperty
An implementation for
CfnEndpointPropsMixin.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.CfnEndpointPropsMixin.DeploymentConfigProperty
CfnEndpointPropsMixin.DeploymentConfigProperty.Builder, CfnEndpointPropsMixin.DeploymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointPropsMixin.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 ObjectUpdate policy for a blue/green deployment.final ObjectSpecifies a rolling deployment strategy for updating a SageMaker endpoint.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 theCfnEndpointPropsMixin.DeploymentConfigProperty.Builder.
-
-
Method Details
-
getAutoRollbackConfiguration
Description copied from interface:CfnEndpointPropsMixin.DeploymentConfigPropertyAutomatic rollback configuration for handling endpoint deployment failures and recovery.Returns union: either
IResolvableorCfnEndpointPropsMixin.AutoRollbackConfigProperty- Specified by:
getAutoRollbackConfigurationin interfaceCfnEndpointPropsMixin.DeploymentConfigProperty- See Also:
-
getBlueGreenUpdatePolicy
Description copied from interface:CfnEndpointPropsMixin.DeploymentConfigPropertyUpdate policy for a blue/green deployment.If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.
Returns union: either
IResolvableorCfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty- Specified by:
getBlueGreenUpdatePolicyin interfaceCfnEndpointPropsMixin.DeploymentConfigProperty- See Also:
-
getRollingUpdatePolicy
Description copied from interface:CfnEndpointPropsMixin.DeploymentConfigPropertySpecifies a rolling deployment strategy for updating a SageMaker endpoint.Returns union: either
IResolvableorCfnEndpointPropsMixin.RollingUpdatePolicyProperty- Specified by:
getRollingUpdatePolicyin interfaceCfnEndpointPropsMixin.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()
-