AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class BlueGreenUpdatePolicy
The BlueGreenUpdatePolicy type exposes the following members
Name | Description | |
---|---|---|
![]() |
BlueGreenUpdatePolicy() |
Name | Type | Description | |
---|---|---|---|
![]() |
MaximumExecutionTimeoutInSeconds | System.Int32 |
Gets and sets the property MaximumExecutionTimeoutInSeconds.
Maximum execution timeout for the deployment. Note that the timeout value should be
larger than the total waiting time specified in |
![]() |
TerminationWaitInSeconds | System.Int32 |
Gets and sets the property TerminationWaitInSeconds. Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0. |
![]() |
TrafficRoutingConfiguration | Amazon.SageMaker.Model.TrafficRoutingConfig |
Gets and sets the property TrafficRoutingConfiguration. Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5