Class CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.DeploymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpoint.DeploymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpoint.DeploymentConfigProperty
An implementation for
CfnEndpoint.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.CfnEndpoint.DeploymentConfigProperty
CfnEndpoint.DeploymentConfigProperty.Builder, CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpoint.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 theCfnEndpoint.DeploymentConfigProperty.Builder.
-
-
Method Details
-
getAutoRollbackConfiguration
Description copied from interface:CfnEndpoint.DeploymentConfigPropertyAutomatic rollback configuration for handling endpoint deployment failures and recovery.Returns union: either
IResolvableorCfnEndpoint.AutoRollbackConfigProperty- Specified by:
getAutoRollbackConfigurationin interfaceCfnEndpoint.DeploymentConfigProperty- See Also:
-
getBlueGreenUpdatePolicy
Description copied from interface:CfnEndpoint.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
IResolvableorCfnEndpoint.BlueGreenUpdatePolicyProperty- Specified by:
getBlueGreenUpdatePolicyin interfaceCfnEndpoint.DeploymentConfigProperty- See Also:
-
getRollingUpdatePolicy
Description copied from interface:CfnEndpoint.DeploymentConfigPropertySpecifies a rolling deployment strategy for updating a SageMaker endpoint.Returns union: either
IResolvableorCfnEndpoint.RollingUpdatePolicyProperty- Specified by:
getRollingUpdatePolicyin interfaceCfnEndpoint.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()
-