public static final class CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.DeploymentConfigProperty
CfnEndpoint.DeploymentConfigProperty
CfnEndpoint.DeploymentConfigProperty.Builder, CfnEndpoint.DeploymentConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAutoRollbackConfiguration()
Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
java.lang.Object |
getBlueGreenUpdatePolicy()
Update policy for a blue/green deployment.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getBlueGreenUpdatePolicy()
CfnEndpoint.DeploymentConfigProperty
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.
getBlueGreenUpdatePolicy
in interface CfnEndpoint.DeploymentConfigProperty
public final java.lang.Object getAutoRollbackConfiguration()
CfnEndpoint.DeploymentConfigProperty
getAutoRollbackConfiguration
in interface CfnEndpoint.DeploymentConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()