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 interface
BlueGreenUpdatePolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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
TerminationWaitInSeconds
andWaitIntervalInSeconds
.- Returns:
- Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total
waiting time specified in
TerminationWaitInSeconds
andWaitIntervalInSeconds
.
-
toBuilder
public BlueGreenUpdatePolicy.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-