AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.BlueGreenUpdatePolicy

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class BlueGreenUpdatePolicy

The BlueGreenUpdatePolicy type exposes the following members

Constructors

NameDescription
Public Method BlueGreenUpdatePolicy()

Properties

NameTypeDescription
Public Property 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 and WaitIntervalInSeconds.

Public Property 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.

Public Property 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.

Version Information

.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