Class BlueGreenUpdatePolicy
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.BlueGreenUpdatePolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlueGreenUpdatePolicy.Builder,BlueGreenUpdatePolicy>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBlueGreenUpdatePolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlueGreenUpdatePolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumExecutionTimeoutInSeconds()Maximum execution timeout for the deployment.List<SdkField<?>>sdkFields()static Class<? extends BlueGreenUpdatePolicy.Builder>serializableBuilderClass()IntegerterminationWaitInSeconds()Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet.BlueGreenUpdatePolicy.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrafficRoutingConfigtrafficRoutingConfiguration()Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
trafficRoutingConfiguration
public final TrafficRoutingConfig trafficRoutingConfiguration()
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.
- Returns:
- Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.
-
terminationWaitInSeconds
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.
- Returns:
- Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0.
-
maximumExecutionTimeoutInSeconds
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
TerminationWaitInSecondsandWaitIntervalInSeconds.- Returns:
- Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total
waiting time specified in
TerminationWaitInSecondsandWaitIntervalInSeconds.
-
toBuilder
public BlueGreenUpdatePolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlueGreenUpdatePolicy.Builder,BlueGreenUpdatePolicy>
-
builder
public static BlueGreenUpdatePolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends BlueGreenUpdatePolicy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-