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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpoint.DeploymentConfigProperty
CfnEndpoint.DeploymentConfigProperty.Builder, CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.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
Update policy for a blue/green deployment.final Object
Specifies a rolling deployment strategy for updating a SageMaker endpoint.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 theCfnEndpoint.DeploymentConfigProperty.Builder
.
-
-
Method Details
-
getAutoRollbackConfiguration
Description copied from interface:CfnEndpoint.DeploymentConfigProperty
Automatic rollback configuration for handling endpoint deployment failures and recovery.- Specified by:
getAutoRollbackConfiguration
in interfaceCfnEndpoint.DeploymentConfigProperty
- See Also:
-
getBlueGreenUpdatePolicy
Description copied from interface:CfnEndpoint.DeploymentConfigProperty
Update 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.
- Specified by:
getBlueGreenUpdatePolicy
in interfaceCfnEndpoint.DeploymentConfigProperty
- See Also:
-
getRollingUpdatePolicy
Description copied from interface:CfnEndpoint.DeploymentConfigProperty
Specifies a rolling deployment strategy for updating a SageMaker endpoint.- Specified by:
getRollingUpdatePolicy
in interfaceCfnEndpoint.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()
-