@Generated(value="software.amazon.awssdk:codegen") public final class BlueGreenUpdatePolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlueGreenUpdatePolicy.Builder,BlueGreenUpdatePolicy>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlueGreenUpdatePolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlueGreenUpdatePolicy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumExecutionTimeoutInSeconds()
Maximum execution timeout for the deployment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlueGreenUpdatePolicy.Builder> |
serializableBuilderClass() |
Integer |
terminationWaitInSeconds()
Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old
endpoint fleet.
|
BlueGreenUpdatePolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrafficRoutingConfig |
trafficRoutingConfiguration()
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint
deployment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TrafficRoutingConfig trafficRoutingConfiguration()
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.
public final Integer terminationWaitInSeconds()
Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0.
public final Integer maximumExecutionTimeoutInSeconds()
Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total waiting
time specified in TerminationWaitInSeconds and WaitIntervalInSeconds.
TerminationWaitInSeconds and WaitIntervalInSeconds.public BlueGreenUpdatePolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlueGreenUpdatePolicy.Builder,BlueGreenUpdatePolicy>public static BlueGreenUpdatePolicy.Builder builder()
public static Class<? extends BlueGreenUpdatePolicy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.